Hello Ratis folks!I’m a developer in the Apache IoTDB community and we’re
currently trying to find some viable Java-Base raft libraries to refactor
our MPP cluster.Since it is MPP, we may have some additional logic and RPC
connection layers above the consensus layer. If the upper layer needs to
call the local consensus layer, it may do so through a local function call
rather than a network connection. I perused the code in ratis-example and
saw that all interactions were done over a network connection.As far as I
know, etcd supports local function calls to drive the Raft library. So does
Ratis support local function calls to drive the Raft library? And any code
samples if supported?Thanks!

Xinyu Tan

Reply via email to