RefreshCoordinator retrieves the coordinator for a consumer group and stores it in local cache. This function only works on Kafka 0.8.2 and higher.
(consumerGroup string)
| 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. |
| 99 | RefreshCoordinator(consumerGroup string) error |
| 100 | |
| 101 | // TransactionCoordinator returns the coordinating broker for a transaction id. It will |
| 102 | // return a locally cached value if it's available. You can call |
no outgoing calls