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/17 17:54:27 UTC

[GitHub] kamal-brill opened a new issue #3382: What's purpose of ackId when publishing to a topic ?

kamal-brill opened a new issue #3382: What's purpose of ackId when publishing to a topic ? 
URL: https://github.com/apache/pulsar/issues/3382
 
 
   **Describe the bug**
   When we publish the message to a topic, it returns an `ackId`. What's the purpose of that `ackId` ? Can we use it to retrieve the particular message using any REST or WebSocket API ?
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Go to WebSocket API Documentation page.
   2. Run the Node.js Producer and Reader examples.
   3. Send message from producer, it returns an unique "ackId" for each message that's published.
   
   **Expected behavior**
   There should be an REST API or WebSocket API available for retrieving the message and it's metadata.
   
   **Desktop (please complete the following information):**
    - OS: Docker
   

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