You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2018. It is now read-only.
vertx run eventbus_pointtopoint/receiver.rb -cluster
vertx run eventbus_pointtopoint/sender.rb -cluster
Then I only got:
➜ ruby vertx run eventbus_pointtopoint/receiver.rb -cluster
Starting clustering...
No cluster-host specified so using address 192.168.56.1
Succeeded in deploying verticle
➜ ruby vertx run eventbus_pointtopoint/sender.rb -cluster
Starting clustering...
No cluster-host specified so using address 192.168.56.1
Succeeded in deploying verticle
But no message received. What am I doing wrong?
I'm investigating this problem for a while and it seems that I cannot communicate different clusters. I start them with -cluster flag, but it seems that they ignore it.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I followed the instructions and ran:
Then I only got:
But no message received. What am I doing wrong?
I'm investigating this problem for a while and it seems that I cannot communicate different clusters. I start them with
-cluster
flag, but it seems that they ignore it.The text was updated successfully, but these errors were encountered: