[raft] Make raft runnable-locally - #1536
Conversation
mickmis
left a comment
There was a problem hiding this comment.
IIUC this enables only running a single raft node? But with the default config (2 USS nodes), those will not be pooled?
Hum I'm not 100% sure because this crossed when the default changed, but that on the monitoring side that you can have multiples USS, not here no? I don't see it in files there but on the other repo yes. |
mickmis
left a comment
There was a problem hiding this comment.
Hum I'm not 100% sure because this crossed when the default changed, but that on the monitoring side that you can have multiples USS, not here no? I don't see it in files there but on the other repo yes.
You are right I got mixed-up with the other deployment :)
This PR follows #1556
It adds raft as a profile for
make start-locallytested with
COMPOSE_PROFILES=with-raft make start-locally