]
Ryan Emerson updated ISPN-11259:
--------------------------------
Status: Open (was: New)
Remove Hash implementation from CacheJoinInfo
---------------------------------------------
Key: ISPN-11259
URL:
https://issues.redhat.com/browse/ISPN-11259
Project: Infinispan
Issue Type: Enhancement
Components: Core
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 11.0.0.Alpha1
{{CacheJoinInfo}} still sends the configured {{Hash}} implementation over the wire,
however this is no longer configurable and MurmurHash3 is used throughout our code.
Therefore, we can remove this from the payload as it's a constant.