Hello, We have been using haproxy for load balancing requests across our backbends. We use consistent hashing, in experiments for the requests processed and specific to our architecture we found dbj2 providing a better distribution over sdbm when the remainder of the configuration was left unchanged.
We have a patched version of haproxy based on 1.4.24 that adds a config option of hash-func with values sdbm and dbj2, sdbm as default, we have been using dbj2 in production for a while now. I am writing to determine interest if any for this change before submitting a patch. Thanks Bhaskar

