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

Prashanth Menon commented on KAFKA-49:
--------------------------------------

If I remember right, HornetQ allows  you to implement a callback interface to 
be notified of message acknowledgments.  We could do something similar, passing 
back the request and response for the erroneous parts.  To your second point, 
Isuppose it depends on the error.  Some may be logged and skipped, some will 
require a a refresh of topic metadata for the topic and partition.  The default 
behaviour should cover the simple.

Curious to hear other thoughts.
                
> 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