kafka/clients
mingaliu 0f926f0c1e KAFKA-7693; Fix SequenceNumber overflow in producer (#5989)
The problem is that the sequence number is an Int and should wrap around when it reaches the Int.MaxValue. The bug here is it doesn't wrap around and become negative and raises an error.

Reviewers: Jason Gustafson <jason@confluent.io>
2019-01-24 16:45:08 -08:00
..
src KAFKA-7693; Fix SequenceNumber overflow in producer (#5989) 2019-01-24 16:45:08 -08:00
.gitignore KAFKA-4848: Fix retryWithBackoff deadlock issue 2017-03-20 21:56:15 -07:00