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

Method DescribeTopics

admin.go:30–30  ·  view source on GitHub ↗

Describe some topics in the cluster.

(topics []string)

Source from the content-addressed store, hash-verified

28
29 // Describe some topics in the cluster.
30 DescribeTopics(topics []string) (metadata []*TopicMetadata, err error)
31
32 // Delete a topic. It may take several seconds after the DeleteTopic to returns success
33 // and for all the brokers to become aware that the topics are gone.

Callers 6

TestDescribeTopicFunction · 0.95
waitForISRShrinkFunction · 0.65
describeTopicFunction · 0.65

Implementers 1

clusterAdminadmin.go

Calls

no outgoing calls