https://bz.apache.org/bugzilla/show_bug.cgi?id=61127
Bug ID: 61127
Summary: Allow cluster channelSendOptions to be specified with
verbose, human-readable names
Product: Tomcat 9
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: -----
Cluster channels support "channelSendOptions" which is specified as an integer
value, bitwise-ORd from the individual bits which make-up the various options.
The default value is 8 for the DeltaManager which means "asynchronous".
It would be nice if the configuration could use human-readable options like
"async" instead of "8".
These are the channel send options available:
SEND_OPTIONS_ASYNCHRONOUS
SEND_OPTIONS_BYTE_MESSAGE
SEND_OPTIONS_MULTICAST
SEND_OPTIONS_SECURE
SEND_OPTIONS_SYNCHRONIZED_ACK
SEND_OPTIONS_UDP
SEND_OPTIONS_USE_ACK
They could be specified as human-readable strings e.g.
channelSendOptions="async,multicast" instead of channelSendOptions="72" which
would make the configuration much easier to both read and write.
For backward compatibility, the integer values should also be acceptable.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]