[ https://issues.apache.org/jira/browse/KAFKA-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13225801#comment-13225801 ]
Prashanth Menon commented on KAFKA-49: -------------------------------------- Thanks for the pointers! 1. Hmmm, do you propose returning an empty offsets array back to the client when no ack is required? That seems perfectly reasonable since the broker can't make guarantees as to the offsets; but it does feel somehow incongrous since one would expect the errors and offsets array sizes to be equal. I'm fine with the idea as long as it's agreed in the wire format. If I've completely missed the point, forgive me! 2. Done. 3. Done. Wow, that wasn't supposed to be included. It was part of my sanity check for the incorrect retry logic I mentioned earlier. 4. Done. 5. Done. > Add acknowledgement to the produce request. > ------------------------------------------- > > Key: KAFKA-49 > URL: https://issues.apache.org/jira/browse/KAFKA-49 > Project: Kafka > Issue Type: Bug > Affects Versions: 0.8 > Reporter: Jun Rao > Assignee: Prashanth Menon > Fix For: 0.8 > > Attachments: KAFKA-49-v1.patch > > > Currently, the produce request doesn't get acknowledged. We need to have a > broker send a response to the producer and have the producer wait for the > response before sending the next request. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira