[
https://issues.apache.org/jira/browse/KAFKA-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222700#comment-13222700
]
Jun Rao commented on KAFKA-49:
------------------------------
Prashanth,
That's a good question. Initially, I was just thinking that for async
producers, if we get an error during send (after retries), we will just log the
error without telling the client. Currently, the event handler is not really
extensible. I can image that we add some kind of callback to return those
errors. The question is what will the client do on those errors. Will it
resend? If so, we will need to pass the failed requests through callback too. I
am curious about how other messaging systems like activeMQ do in the async mode.
> 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