Re: [I] Is there a way to get the status of client connection? [pulsar-client-python]

2023-10-26 Thread via GitHub
BewareMyPower commented on issue #158: URL: https://github.com/apache/pulsar-client-python/issues/158#issuecomment-1780887738 It's an internal detail and should not be exposed. Currently, a `Client` is associated with a connection pool that manages connections to different brokers. I

[I] Is there a way to get the status of client connection? [pulsar-client-python]

2023-10-20 Thread via GitHub
abmoussaoui opened a new issue, #158: URL: https://github.com/apache/pulsar-client-python/issues/158 Hello, When the pulsar server go down after a succressful connection to the python client, is there a way to check if that the connection is destroyed. like for instance a boo