Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
producer: ensure that the management message (fin) is never "leaked"
Since async producer now support multiple inflight messages thanks to IBM#1686 and IBM#2094, it now may "leak" the "fin" internal management message to Kafka (and to the client) when broker producer is reconnecting to Kafka broker and retries multiple inflight messages at the same time.
- Loading branch information