]
Bela Ban commented on JGRP-872:
-------------------------------
Another alternative is to remove cluster names altogether: if the user can guarantee that
we'll never see traffic from a different cluster, we could drop shipping the cluster
name in the transport header !
TP: cluster name is shipped with each message
---------------------------------------------
Key: JGRP-872
URL:
https://issues.jboss.org/browse/JGRP-872
Project: JGroups
Issue Type: Feature Request
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 3.1
If a cluster name (the name used in Channel.conect()) is long, because we ship it with
each message (in the TP header), this blows up the size of the marshalled messages.
Maybe we can canonicalize the cluster name shipped with each message, similar to what we
want to do with Addresses, e.g. replace the cluster name with a short.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: