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

Struct roundRobinPartitioner

partitioner.go:113–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113type roundRobinPartitioner struct {
114 partition int32
115}
116
117// NewRoundRobinPartitioner returns a Partitioner which walks through the available partitions one at a time.
118func NewRoundRobinPartitioner(topic string) Partitioner {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected