Join Slack
Communities
Powered by
If i have 2 separate instances (nodes/machines) - ...
# vertx
a
asad.awadia
05/31/2018, 2:29 AM
If i have 2 separate instances (nodes/machines) - each running one vertx instance - can the vertx eventbus be used to communicate between them?
a
andyb
05/31/2018, 10:28 AM
Is this covered by the documentation on a Clustered Event Bus on this page:
https://vertx.io/docs/vertx-core/java/#event_bus
?
andyb
05/31/2018, 10:29 AM
Think you will need a ClusterManager (e.g. HazelCast/Zookeeper) to make it work.
a
asad.awadia
05/31/2018, 11:01 AM
The docs are more on two vertx instances on same machine
asad.awadia
05/31/2018, 11:01 AM
But can’t find anything for multiple machines
a
andyb
05/31/2018, 11:08 AM
Thought that you could specify the -cluster-port & -cluster-host when starting the verticles on multiple nodes/machines.
a
asad.awadia
05/31/2018, 12:15 PM
Hmm 🤔 i ll try it out
4
Views
Open in Slack
Previous
Next