licj520 opened a new issue, #260:
URL: https://github.com/apache/pulsar-client-cpp/issues/260

   ### Search before asking
   
   - [X] I searched in the 
[issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing 
similar.
   
   
   ### Version
   
   3.2.0-pre
   
   ### Minimal reproduce step
   
   Consumer consumer;
   ConsumerConfiguration config;
   config.setMessageListener(listener);
   config.setSubscriptionInitialPosition(pulsar::InitialPositionEarliest);
   
   ### What did you expect to see?
   
   After restarting, it can be received from the beginning
   
   ### What did you see instead?
   
   Start spending from the Latest after restarting
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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: commits-unsubscr...@pulsar.apache.org.apache.org

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

Reply via email to