nachatz commented on PR #286: URL: https://github.com/apache/pulsar-client-python/pull/286#issuecomment-3806435328
> `is_connected` is a wrong legacy design that should not have been added. Actually, it returns false during the reconnection. For example, > > * t0: The ownership changed, broker sent a notification to client to disconnect > * t0 + 100 ms: Schedule a new reconnection > * t1: The reconnection was done > > `is_connected()` returns false between `[t0, t0 + 100 ms)`. However, this result is meaningless to users. Users should not do anything for it. Is there a similar option we would want to add around this functionality? Happy to pickup any other async.io tasks to get as much support added ASAP -- 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]
