-
Task
-
Resolution: Obsolete
-
Major
-
None
-
9.1.0.Final
-
None
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.
- relates to
-
ISPN-6971 Use JChannel directly instead of going through MessageDispatcher
- Closed