| 248 | } |
| 249 | |
| 250 | type 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 |
nothing calls this directly
no outgoing calls
no test coverage detected