0

Is it possible to send messages with aeron between 2 separated machines that are not in the same local network?

If so, how do you connect to the Media driver remotely.

Thanks

Daniel Cardenas
  • 2,826
  • 2
  • 19
  • 17

1 Answers1

2

You need to run a media driver on each machine. The channel for the publication should specify a channel endpoint that is the name/ip of the machine it is sending to. The subscription on the receiving machine will specify its own name/ip in the channel endpoint.

Martin Thompson
  • 1,341
  • 8
  • 11