Brokers returns the current set of active brokers as retrieved from cluster metadata.
()
| 37 | |
| 38 | // Brokers returns the current set of active brokers as retrieved from cluster metadata. |
| 39 | Brokers() []*Broker |
| 40 | |
| 41 | // Broker returns the active Broker if available for the broker ID. |
| 42 | Broker(brokerID int32) (*Broker, error) |
no outgoing calls