BewareMyPower commented on issue #534: URL: https://github.com/apache/pulsar-client-cpp/issues/534#issuecomment-3754132907
It has a high chance to happen because a pending subscribe request will wait for the reset cursor task is done, see https://github.com/apache/pulsar/blob/99fdca8af6742dd36bec93ab0038fb572e6eeb0e/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentSubscription.java#L237 So once the seek response is received before the CLOSE_CONSUMER request, the issue could happen -- 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]
