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/09/25 22:43:43 UTC

[GitHub] [pulsar] merlimat opened a new pull request #5278: Fixed reader cursor seek with disconnection

merlimat opened a new pull request #5278: Fixed reader cursor seek with disconnection
URL: https://github.com/apache/pulsar/pull/5278
 
 
   ### Motivation
   
   Currently the seek() operation will first disconnect all the connected consumers and then reset the cursor. This was due initially to simplify the logic and avoid concurrent operations.
   
   Adding it now, so that consumers won't get disconnected/reconnected while the seek is performed.

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