You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/01/02 09:03:43 UTC

[GitHub] devbv commented on issue #3072: Enhance kafka message provider

devbv commented on issue #3072: Enhance kafka message provider
URL: https://github.com/apache/incubator-openwhisk/pull/3072#issuecomment-354724456
 
 
   @markusthoemmes I think some types of RetriableException could duplicate the message if we tried to send a message again. I'm pretty sure that InvalidMetadata guarantees that we really fail to send a message, but cannot sure it when TimeoutException is raised.
   
   And you can see here, producer retries will cause duplicates for NotEnoughReplicasAfterAppendException
   https://kafka.apache.org/0100/javadoc/org/apache/kafka/common/errors/NotEnoughReplicasAfterAppendException.html

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services