List the topics available in the cluster with the default options.
()
| 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) |
no outgoing calls