-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Bug] return topic partitions were not yet created when get last messageId #21848
Comments
|
No, the topic was created a long time ago,and we didn't add a new partition |
does the topic has active consumers/producers? |
I observed that there are 3 active readers and no producers |
you can check the broker log why this partition be deleted. |
it maybe related to the retention policies. |
This idea makes sense, but I think even if the message is expired, it should return a correct message, for example, |
Search before asking
Version
pulsar 3.1.1
Minimal reproduce step
What did you expect to see?
report the data has expired
What did you see instead?
Topic partitions were not yet created
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: