Enum Partitioner
Partitioner enum values
Namespace: Confluent.Kafka
Assembly: Confluent.Kafka.dll
Syntax
public enum Partitioner
Fields
| Name | Description |
|---|---|
| Consistent | Consistent |
| ConsistentRandom | ConsistentRandom |
| Murmur2 | Murmur2 |
| Murmur2Random | Murmur2Random |
| Random | Random |