frankjkelly commented on issue #403:
URL: 
https://github.com/apache/pulsar-client-go/issues/403#issuecomment-2139340100

   > > What if consumer crashed after consuming message but before ack/nack the 
message? Does broker redeliver in that case?
   > 
   > Yes. The broker will redeliver those messages when the consumer subscribes 
next time.
   > 
   > If the consumer does not ack/nack the messages, the subscription's 
position will not move forward. When the consumer fetches messages again, it 
will continue from where the subscription last stopped.
   
   Thanks for the clarification but I presume there is some delay between 
message delivery and redelivery (due to lack of an ack). If so is that defined 
by the golang consumer code or broker server-side?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to