| 42 | type PartitionerConstructor func(topic string) Partitioner |
| 43 | |
| 44 | type manualPartitioner struct{} |
| 45 | |
| 46 | // HashPartitionerOption lets you modify default values of the partitioner |
| 47 | type HashPartitionerOption func(*hashPartitioner) |
nothing calls this directly
no outgoing calls
no test coverage detected