Describe some topics in the cluster.
(topics []string)
| 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. |
no outgoing calls