praveengopalan opened a new issue, #231: URL: https://github.com/apache/pulsar-dotpulsar/issues/231
### Description Hi Team, I'm new to Pulsar and am testing a scenario for consumer connection retries. When the Pulsar service goes down, I’m seeing the error message: "Namespace bundle public/default/0xc0000000_0xffffffff is being unloaded," and the consumer state changes to "Faulted." My expectation is that when the service comes back up, the consumer state should return to "Active," but that’s not happening. ### Reproduction Steps 1. start pulsar container in doker 2. start consumer app 3. stop pulsar container in doker ### Expected behavior when the service comes back up, the consumer state should return to "Active," ### Actual behavior Consumer state is Faulted ### Regression? _No response_ ### Known Workarounds _No response_ ### Configuration _No response_ ### Other information _No response_ -- 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]
