You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/01/25 05:55:17 UTC

[GitHub] sijie commented on issue #3382: What's purpose of ackId when publishing to a topic ?

sijie commented on issue #3382: What's purpose of ackId when publishing to a topic ? 
URL: https://github.com/apache/pulsar/issues/3382#issuecomment-457464626
 
 
   @kamal-brill ackId (aka message id) is used for consumer to acknowledge it has received and processed the message. once a message is acknowledged, the message will not be delivered again. You can read the documentation here: http://pulsar.apache.org/docs/en/concepts-messaging/#acknowledgement

----------------------------------------------------------------
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