codelipenghui commented on issue #9613: URL: https://github.com/apache/pulsar/issues/9613#issuecomment-789370897
@Shoothzj I think we can fix it in the client directly? If the consumer occurs the timeout exception, it can close the connection so that the broker can cleanup the consumers that bind to this connection, and then the consumer will try to reconnect. The periodic check can solve the problem more thoroughly, but we need to sync all consumer ids between the client and 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. For queries about this service, please contact Infrastructure at: [email protected]
