tet123/documentation
Vojtech Juranek b795519514 DBZ-6529 Use Murmur hash for PartitionRouting SMT
Add option to use better hash function than default Java Object::hash
function to get better hashes which would be more equally spred over
the hash space and thus more equally over the Kafka partitions.
To preserve backward compatibility, previous Java `hashCode` function
is used a default.

Add Murmur3 hash function for computing hashes of the fields.
Murmur3 implementation is taken from from Infinispan project code base.

To allow users eventually use their own make `computePartition()`
protected so it can be overriden in the subclasses.
2023-06-07 11:48:30 +02:00
..
modules/ROOT DBZ-6529 Use Murmur hash for PartitionRouting SMT 2023-06-07 11:48:30 +02:00
.asciidoctorconfig DBZ-5616 Use website's stylesheet for the preview 2022-09-19 10:42:42 +02:00
antora.yml DBZ-6408 Add documentation for notifications 2023-05-30 17:17:52 +02:00