BewareMyPower commented on PR #25922: URL: https://github.com/apache/pulsar/pull/25922#issuecomment-4618477900
I just rethink for a while, it should not be an issue from Pulsar side because the `asyncOpenCursor` won't have a chance to create a new durable cursor. My modification on the test is wrong because the internal stats should include non-durable cursors as well. <img width="1250" height="629" alt="image" src="https://github.com/user-attachments/assets/c665afba-381d-4dab-8c7f-6cf371d2942b" /> After the change, the non-durable cursor will be cleared, which is incorrect. I will close this PR. The issue of my use case should be fixed from downstream side. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
