You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When reading the documentation I was assuming that bootstrap_connected(), would allow me to check if the client was disconnected from the kafka cluster.
But in cluster.py _boostrap_broker returned by _generate_bootstrap_brokers, can't match any real broker_id (eg: [1,2,3] vs [bootstrap-1,bootstrap-2,bootstrap-3]) .
So what's the purpose of this function?
The text was updated successfully, but these errors were encountered:
This function was community submitted, and I can't speak to the submitters purposes. The PR is #1876 . I think it's a totally reasonable implementation for people that think this information is useful for them. But agree, this is not going to tell you whether "the client was disconnected from the kafka cluster"
Hi,
When reading the documentation I was assuming that bootstrap_connected(), would allow me to check if the client was disconnected from the kafka cluster.
But in cluster.py _boostrap_broker returned by _generate_bootstrap_brokers, can't match any real broker_id (eg: [1,2,3] vs [bootstrap-1,bootstrap-2,bootstrap-3]) .
So what's the purpose of this function?
The text was updated successfully, but these errors were encountered: