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

Does sarama still guarantee message ordering? #2860

Open
wenyihu6 opened this issue Apr 13, 2024 · 0 comments
Open

Does sarama still guarantee message ordering? #2860

wenyihu6 opened this issue Apr 13, 2024 · 0 comments

Comments

@wenyihu6
Copy link

wenyihu6 commented Apr 13, 2024

Description

Based on kafka documentation, "allowing retries while setting enable.idempotence to false and max.in.flight.requests.per.connection to greater than 1 will potentially change the ordering of records".

Sarama has a default configuration with a max of 3 retries, false idempotence, and a max of 5 in flight requests per connection.

Does this make the ordering guarantee in sarama no longer true?

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

No branches or pull requests

1 participant