[ https://issues.apache.org/jira/browse/KAFKA-1697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14267057#comment-14267057 ]
Gwen Shapira commented on KAFKA-1697: ------------------------------------- Either I'm missing something or this was trivial :) >From what I can see: If acks = 0 || acks = 1, we only append to local log. If acks = -1, we produce with delay. So I simply removed the part where we count acks in delayed produce. > 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 > > > 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)