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

Method RefreshMetadata

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

RefreshMetadata takes a list of topics and queries the cluster to refresh the available metadata for those topics. If no topics are provided, it will refresh metadata for all topics.

(topics ...string)

Source from the content-addressed store, hash-verified

81 // available metadata for those topics. If no topics are provided, it will refresh
82 // metadata for all topics.
83 RefreshMetadata(topics ...string) error
84
85 // GetOffset queries the cluster to get the most recent available offset at the
86 // given time (in milliseconds) on the topic/partition combination.

Implementers 2

stubLeaderClientasync_producer_test.go
clientclient.go

Calls

no outgoing calls