-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
peekMessages return Message not found #227
Comments
The If you have the test consumer running, it will quickly receive and ack all the messages. Try to stop it, or make it consume messages slowly (eg: |
thank you very much, I was acknowledging the messages... |
…ng version of zookeeper (apache#227)
* feat: add athenz authentication provider * style: fix style errors
Expected behavior
By using
peekMessages
, I want to retrieve last 10 messages of a topic. Here is the code snippet I am using:Actual behavior
Steps to reproduce
I am starting Pulsar as standalone, creating one producer and one consumer. I believe all previous messages are being persisted with Bookkeeper. What can be the reason that I can not fetch messages of the same topic ?
System configuration
Pulsar version: 1.16
The text was updated successfully, but these errors were encountered: