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
We only have a BrokerConnection class. We should create a ClusterConnection class as well, which is able to resolve and wrap all brokers in a cluster given some bootstrap servers. It should proably also inherit from BaseConnection and implement the send method.