]
Dan Berindei updated ISPN-7933:
-------------------------------
Status: Open (was: New)
Investigate moving the request id from a message header to the
buffer
---------------------------------------------------------------------
Key: ISPN-7933
URL:
https://issues.jboss.org/browse/ISPN-7933
Project: Infinispan
Issue Type: Task
Components: Core
Affects Versions: 9.1.0.Alpha1
Reporter: Dan Berindei
Assignee: Dan Berindei
The ISPN-6971 pull request removes the usage of JGroups' {{MessageDispatcher}}, but
keeps using {{RequestCorrelator.Header}} to put the request id in the message. We could
eliminate the header allocation and put the request id in the buffer.
OTOH having a separate header means the request id is visible in the logs of various
JGroups protocols, so we may want to only replace {{RequestCorrelator.Header}} with our
own header class.