nodece opened a new pull request, #1265: URL: https://github.com/apache/pulsar-client-go/pull/1265
### Motivation When the consumer sends a seek command, the broker will close the consumer first, and reset the cursor. The consumer is closed, it will reconnect to the broker. If the seek operation is not completed and the reconnect operation occurs, the consumer will get the `Subscription is fenced` error. ### Modifications - Add `seeking` to control if the consumer delays reconnecting with the broker -- 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]
