ken-browning opened a new issue, #211:
URL: https://github.com/apache/pulsar-client-node/issues/211

   According to my mental model, there must be some network activity involved 
in acknowledging a pulsar message as a consumer. I was surprised to find that 
the Consumer::acknowledge method does not return a promise. My code which 
handles application shutdown would want to `await` until the acknowledgement 
has been successfully sent before ending the process.
   
   Should `acknowledge` be updated to return a Promise?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to