Coordinator returns the coordinating broker for a consumer group. It will return a locally cached value if it's available.
(group string)
| 195 | // Coordinator returns the coordinating broker for a consumer group. It will |
| 196 | // return a locally cached value if it's available. |
| 197 | Coordinator(group string) (*Broker, error) |
| 198 | |
| 199 | // Remove members from the consumer group by given member identities. |
| 200 | // This operation is supported by brokers with version 2.3 or higher |
no outgoing calls
no test coverage detected