I'm trying to deploy my Jgroups application as container in bridge network, my use case is to discover other devices in the network and need to create cluster, but due to limitation on broadcasting UDP packets over bridge network in docker , Custom pings are receiving inside the container, but container can't broadcast its existence so I'm looking for any other inputs. Thanks in Advance udp.xml <!-- Default stack using IP multicasting. It is similar to the "udp" stack in stacks.xml, but doesn't use...