Class MaxwellKafkaPartitioner
- java.lang.Object
-
- com.zendesk.maxwell.producer.partitioners.AbstractMaxwellPartitioner
-
- com.zendesk.maxwell.producer.partitioners.MaxwellKafkaPartitioner
-
public class MaxwellKafkaPartitioner extends AbstractMaxwellPartitioner
-
-
Constructor Summary
Constructors Constructor Description MaxwellKafkaPartitioner(String hashFunction, String partitionKey, String csvPartitionColumns, String partitionKeyFallback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
kafkaPartition(RowMap r, int numPartitions)
-
Methods inherited from class com.zendesk.maxwell.producer.partitioners.AbstractMaxwellPartitioner
getDatabase, getHashString, getHashString, getTable
-
-