rd_kafka_msg_partitioner_consistent

@brief Consistent partitioner.

Uses consistent hashing to map identical keys onto identical partitions.

@returns a \"random\" partition between 0 and \p partition_cnt - 1 based on the CRC value of the key

extern (C) nothrow @nogc
int32_t
rd_kafka_msg_partitioner_consistent
(,
const(void)* key
,
size_t keylen
,,
void* opaque
,)

Meta