Jason Gustafson created KAFKA-5251:
--------------------------------------
Summary: Producer should drop queued sends when transaction is
aborted
Key: KAFKA-5251
URL: https://issues.apache.org/jira/browse/KAFKA-5251
Project: Kafka
Issue Type: Sub-task
Reporter: Jason Gustafson
Assignee: Apurva Mehta
As an optimization, if a transaction is aborted, we can drop any records which
have not yet been sent to the brokers. However, to avoid the sequence number
getting out of sync, we need to continue sending any request which has been
sent at least once.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)