merlimat opened a new pull request #848: Allow consumer to seek to message id 
from within Pulsar client
URL: https://github.com/apache/incubator-pulsar/pull/848
 
 
   ### Motivation
   
   Currently we have the option to "reset" a subscription to a specific 
timestamp or message id through the Pulsar admin API. 
   
   In some cases, it might be useful to allow the same operation to be done 
from the `Consumer` API. One such example is related to the Pulsar-Kafka 
wrapper, in which we need to emulate operations like `seekToBeginning()`, 
`seekToEnd()` or `seekTo()`.
   
   ### Modifications
   
   Added new request command in wire protocol to issue a "seek" command to the 
broker, relative to the subscription associated with the current consumer.
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to