Is your feature request related to a problem? Please describe.
In pulsar's python client, after the client instance was created, the instance maintains one or more TCP connections. However, there is no straightforward way to check if these connections are alive.
Describe the solution you'd like
Add a method like "is_open()" to the client class to return the status of existing connections.