MCPcopy
hub / github.com/IBM/sarama / RefreshCoordinator

Method RefreshCoordinator

client.go:99–99  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Implementers 2

stubLeaderClientasync_producer_test.go
clientclient.go

Calls

no outgoing calls