poorbarcode commented on PR #23803: URL: https://github.com/apache/pulsar/pull/23803#issuecomment-2609907241
> "the normal reading is just pending there and waiting for new messages". It's better to cancel it since it does cause later problems. There's code to handle it, but the unnecessary work could be completely avoided. - It may lead E2E latency increases - The pending normal read will be looped to `set` and `cancel` - (Highlight) seems your solution will not solve the issue what this PR solves -- 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]
