[
https://issues.apache.org/jira/browse/KAFKA-5251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gustafson updated KAFKA-5251:
-----------------------------------
Resolution: Fixed
Status: Resolved (was: Patch Available)
Issue resolved by pull request 3161
[https://github.com/apache/kafka/pull/3161]
> 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
> Components: clients, core, producer
> Reporter: Jason Gustafson
> Assignee: Jason Gustafson
> Priority: Blocker
> Labels: exactly-once
> Fix For: 0.11.0.0
>
>
> 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)