tet123/documentation/modules/ROOT
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
..
assets/images DBZ-5878 Update the Debezium UI Documentation page to include the latest additional steps and UI screenshots 2023-01-17 13:33:32 +01:00
pages DBZ-6529 Use Murmur hash for PartitionRouting SMT 2023-06-07 11:48:30 +02:00
partials [docs] Make clear chunk size is number of rows, not size 2023-06-01 09:03:32 +02:00
nav.adoc DBZ-6408 Add documentation for notifications 2023-05-30 17:17:52 +02:00