Skip to content
Advertisement

Aeron – Issues with Multicast across Switches

I am trying to run a Basic Publisher/Subscriber pair on the same Multicast/Port. It works perfectly when the hosts are connected to the same Switch, but not if the subscriber is on a different Switch.

Publisher

JavaScript

Subscriber

JavaScript

Since the hosts has multiple interfaces, I have explicitly tried to bind the Publisher/Subscriber to a specific interface, by defining the interface parameter as a part of the Channel Configuration.

Mulit-cast routes between the 2 boxes has been verified using iperf

Advertisement

Answer

I was able to make it work with adding a ttl config option.

Publisher

JavaScript

Subscriber

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement