-
Notifications
You must be signed in to change notification settings - Fork 563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement CLUSTER PUBSUB #866
Conversation
2f789f5
to
422532b
Compare
381fb96
to
cd57d5a
Compare
Why was the BDN removed as it seemed useful? |
Because it was not related to cluster. It was only exercising the publish path with no connected nodes. I am not sure how communication over socket will affect BDN. |
f1938bf
to
74325aa
Compare
… only when config gets updated
599a832
to
4fa2ddd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally looks good to me! Added some comments...
This PR adds support for PUBSUB in Cluster mode.