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

Method Coordinator

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

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)

Source from the content-addressed store, hash-verified

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.

Implementers 2

stubLeaderClientasync_producer_test.go
clientclient.go

Calls

no outgoing calls