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

Method Topics

consumer.go:151–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149}
150
151func (c *consumer) Topics() ([]string, error) {
152 return c.client.Topics()
153}
154
155func (c *consumer) Partitions(topic string) ([]int32, error) {
156 return c.client.Partitions(topic)

Callers

nothing calls this directly

Calls 1

TopicsMethod · 0.65

Tested by

no test coverage detected