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
Hello, i have a producer with max.in.flight.requests.per.connection = 1 and a message key to keep the order of messages in partition. But sometimes on a large data flow, very rarely the order in the partition is broken. I am using 2.8.11 version.
Does Kafka really guarantee order or not? Maybe some race condition when checking active in-flight-batches?
Maybe there are experts here who have encountered this problem?)
My config:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, i have a producer with max.in.flight.requests.per.connection = 1 and a message key to keep the order of messages in partition. But sometimes on a large data flow, very rarely the order in the partition is broken. I am using 2.8.11 version.
Does Kafka really guarantee order or not? Maybe some race condition when checking active in-flight-batches?
Maybe there are experts here who have encountered this problem?)
My config:
Beta Was this translation helpful? Give feedback.
All reactions