You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Dear librdkafka community,
Why the default partitioner was set to crc32 (consistent_random) whilst in Java it is murmur2_random?
I am asking that because recently I have written a blog post suggesting on how to keep consistency (partition-wise) when using Java and librdkafka-based clients (https://www.confluent.io/blog/standardized-hashing-across-java-and-non-java-producers), but I was asked why crc32 is the default on librdkafka. Any historical reason?
Beta Was this translation helpful? Give feedback.
All reactions