Open wallyqs opened 4 years ago
Add support to enable cluster mode when starting from standalone single server mode.
Basically going from this:
port = 4222
To this:
port = 4222 cluster { port = 6222 }
Start from single server then enabling cluster port to act as a seed.
This not work?
Feature Request
Add support to enable cluster mode when starting from standalone single server mode.
Basically going from this:
To this:
Use Case:
Start from single server then enabling cluster port to act as a seed.
Proposed Change:
Who Benefits From The Change(s)?
Alternative Approaches