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/07/31 13:07:21 UTC

[GitHub] [pulsar] merlimat commented on issue #4861: Support for long running message consumer

merlimat commented on issue #4861: Support for long running message consumer
URL: https://github.com/apache/pulsar/issues/4861#issuecomment-516840805
 
 
   @shubham-Shole4ever When a consumer crashes, or the TCP connection is broken, the messages that were delivered to this consumer and not acked, will be replayed to another available consumer (in case of shared subscriptions) or next time the consumer reconnects. 
   
   You don't need ack timeout for that.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services