If i have 2 separate instances (nodes/machines) - ...
# vertx
a
If i have 2 separate instances (nodes/machines) - each running one vertx instance - can the vertx eventbus be used to communicate between them?
a
Is this covered by the documentation on a Clustered Event Bus on this page: https://vertx.io/docs/vertx-core/java/#event_bus?
Think you will need a ClusterManager (e.g. HazelCast/Zookeeper) to make it work.
a
The docs are more on two vertx instances on same machine
But can’t find anything for multiple machines
a
Thought that you could specify the -cluster-port & -cluster-host when starting the verticles on multiple nodes/machines.
a
Hmm 🤔 i ll try it out