[ 
https://issues.apache.org/jira/browse/KAFKA-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13223407#comment-13223407
 ] 

Jun Rao commented on KAFKA-49:
------------------------------

Prashanth,

Yes, that's actually a real bug. Instead of returning in retry, we should just 
set a boolean to indicate that a send has succeeded. At the end, we will throw 
FailedToSendMessageException if the boolean is not set. Otherwise, we will 
continue with the for loop. Could you file a separate jira to fix that? Thanks 
for catching the bug.
                
> Add acknowledgement to the produce request.
> -------------------------------------------
>
>                 Key: KAFKA-49
>                 URL: https://issues.apache.org/jira/browse/KAFKA-49
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Jun Rao
>            Assignee: Prashanth Menon
>
> 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

        

Reply via email to