I am using Hazelcast to form two clusters in two discrete subnets. Clusters are being formed using multicast, no issues there. Some of the nodes produce over a topic and some nodes consume the same. Now, as I understand, I cannot use both multicast and unicast configurations in the same node. So, how can bridge a topic across the subnet, so that messages published over one subnet can be consumed in the other?
I do not want to run all my nodes in TCP/IP configuration. I would like to use multicast for node discovery where it is available.