Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
151
func
(c *consumer) Topics() ([]string, error) {
152
return
c.client.Topics()
153
}
154
155
func
(c *consumer) Partitions(topic string) ([]int32, error) {
156
return
c.client.Partitions(topic)
Callers
nothing calls this directly
Calls
1
Topics
Method · 0.65
Tested by
no test coverage detected