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

Struct murmur2Partitioner

partitioner.go:250–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250type murmur2Partitioner struct {
251 random Partitioner
252}
253
254// NewMurmur2Partitioner returns a Partitioner that replicates the partitioning
255// behavior of the Apache Kafka Java client's DefaultPartitioner. It uses the

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected