You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
dnwe
added
stale/exempt
Issues and pull requests that should never be closed as stale
and removed
stale
Issues and pull requests without any recent activity
labels
Oct 18, 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?
The text was updated successfully, but these errors were encountered: