hrsakai opened a new issue #5119: Consumers remain even though connections were already closed URL: https://github.com/apache/pulsar/issues/5119 **Describe the bug** Consumers remain until unloading the topic even though connections between consumer and broker were already closed. stats https://gist.github.com/hrsakai/d312d61dc0b2c75d50bfb6b1b14f8b16 broker log https://gist.github.com/hrsakai/806362e989c630443814a282e0ef41b7 ``` // no connections $ netstat -ant |egrep ‘(xxx.xxx.54.233:43744|xxx.xxx.210.120:51528|xxx.xxx.210.133:60692)’ ``` pulsar version: broker: 2.3.2 client: 2.2.1
---------------------------------------------------------------- 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] With regards, Apache Git Services
