Hey , thanks for the awesome project. I have an usecase where I need to use the RheaKV and also need leader election along with it.
Is there a way to do it without instantiating two raft clusters ? What I want is kind of support for multi-raft which will allow me to do consensus in parallel for different sets of keys
Hey , thanks for the awesome project. I have an usecase where I need to use the RheaKV and also need leader election along with it. Is there a way to do it without instantiating two raft clusters ? What I want is kind of support for multi-raft which will allow me to do consensus in parallel for different sets of keys
Regards