Coordinator returns the coordinating broker for a consumer group. It will return a locally cached value if it's available. You can call RefreshCoordinator to update the cached value. This function only works on Kafka 0.8.2 and higher.
(consumerGroup string)
| 93 | // RefreshCoordinator to update the cached value. This function only works on |
| 94 | // Kafka 0.8.2 and higher. |
| 95 | Coordinator(consumerGroup string) (*Broker, error) |
| 96 | |
| 97 | // RefreshCoordinator retrieves the coordinator for a consumer group and stores it |
| 98 | // in local cache. This function only works on Kafka 0.8.2 and higher. |
no outgoing calls