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

Struct manualPartitioner

partitioner.go:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42type PartitionerConstructor func(topic string) Partitioner
43
44type manualPartitioner struct{}
45
46// HashPartitionerOption lets you modify default values of the partitioner
47type HashPartitionerOption func(*hashPartitioner)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected