massakam opened a new pull request #7744: URL: https://github.com/apache/pulsar/pull/7744
### Motivation As mentioned in #7478, `PersistentSubscription#resetCursor()` may not complete for unknown reasons. This blocks `pulsar-web` threads, so it can cause the broker server to be unable to respond to HTTP requests. ### Modifications Get the result of `PersistentSubscription#resetCursor()` asynchronously so as not to block `pulsar-web` threads. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
