@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
See Implementation
@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