I am deploying aeron on aws and create transit gateway for the multicast group. The network is verified working by testing with iperf. But when I turn to aeron. Other subscribers can receive multicast message only when there is a subscriber running at the host of the publisher.
Using following basic_publisher/basic_subscriber comannds for testing.
I am deploying aeron on aws and create transit gateway for the multicast group. The network is verified working by testing with iperf. But when I turn to aeron. Other subscribers can receive multicast message only when there is a subscriber running at the host of the publisher.
Using following basic_publisher/basic_subscriber comannds for testing.
./basic_publisher -c "aeron:udp?endpoint=224.0.3.11:30002|interface=10.2.0.0/16|fc=min"
./basic_subscriber -c "aeron:udp?endpoint=224.0.3.11:30002|interface=10.2.0.0/16|fc=min"
What am I missing in the network or other configurations?