]
Bela Ban resolved JGRP-2336.
----------------------------
Resolution: Done
Probe: add support for running on TCP
-------------------------------------
Key: JGRP-2336
URL:
https://issues.jboss.org/browse/JGRP-2336
Project: JGroups
Issue Type: Enhancement
Reporter: Bela Ban
Assignee: Bela Ban
Priority: Major
Fix For: 4.1.0
Probe / DiagnosticsHandler currently only supports UDP / IP multicasting.
Add support for listening on TCP sockets. In this case, probe.sh needs to be invoked with
the address of _one_ member, e.g. {{probe.sh -aadr 192.168.1.5}}.
This will help to run JGroups on GraalVM (JGRP-2332) as MulticastSocket is currently not
supported (see {{./doc/design/PortingToGraalVM.txt}} for details).