Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IMPROVED] Ordered consumer creation and initial config settings #1645

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

piotrpio
Copy link
Collaborator

This changes a few things around creating ordered consumers:

  • initial ordered consumer creation is now done without retries
  • fixed an issue where start seq could be invalid when resetting a consumer which did not receive any messages
  • simplified getConsumerConfig()

Signed-off-by: Piotr Piotrowski piotr@synadia.com

This changes a few things around creating ordered consumers:
- initial ordered consumer creation is now done without retries
- fixed an issue where start seq could be invalid when resetting a consumer which did not receive any messages
- simplified getConsumerConfig()

Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
Copy link
Member

@Jarema Jarema left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM,

though would be good to have few runs on client-tests with failground.

@piotrpio
Copy link
Collaborator Author

@Jarema While these changes are fine, I did discover a bug when testing with failground. I will create a separate PR for it.

@piotrpio piotrpio merged commit 005a6f2 into main Jun 13, 2024
1 of 2 checks passed
@piotrpio piotrpio deleted the simplify-ordered-config branch June 13, 2024 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants