Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Currently we are using a ByteArrayWrapper as the key for all redis entries. Now that we also have a PartitionResolver the routingId is optionally computed when needed. Adding an explicit object to represent the key makes for a cleaner abstraction and allows the routing id to be calculated when the key is instantiated.