[ https://issues.apache.org/jira/browse/KAFKA-1697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14286676#comment-14286676 ]
Jun Rao commented on KAFKA-1697: -------------------------------- >From the discussion in the mailing list, we decided not to bump up the version >for the ProduceRequest. Instead, we will log a warning in 0.8.2 that ack>1 >will no longer to supported. In 0.8.3, we will throw an exception to requests >with ack>1 and remove the support from the code. [~gwenshap], do you want to >update KIP-1 in the wiki accordingly? > remove code related to ack>1 on the broker > ------------------------------------------ > > Key: KAFKA-1697 > URL: https://issues.apache.org/jira/browse/KAFKA-1697 > Project: Kafka > Issue Type: Bug > Reporter: Jun Rao > Assignee: Gwen Shapira > Fix For: 0.8.3 > > Attachments: KAFKA-1697.patch, KAFKA-1697_2015-01-14_15:41:37.patch > > > We removed the ack>1 support from the producer client in kafka-1555. We can > completely remove the code in the broker that supports ack>1. > Also, we probably want to make NotEnoughReplicasAfterAppend a non-retriable > exception and let the client decide what to do. -- This message was sent by Atlassian JIRA (v6.3.4#6332)