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

Method ListTopics

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

List the topics available in the cluster with the default options.

()

Source from the content-addressed store, hash-verified

25
26 // List the topics available in the cluster with the default options.
27 ListTopics() (map[string]TopicDetail, error)
28
29 // Describe some topics in the cluster.
30 DescribeTopics(topics []string) (metadata []*TopicMetadata, err error)

Implementers 1

clusterAdminadmin.go

Calls

no outgoing calls