Raft requires a quorum, so need to be odd number. 2 node setup will start fine but will run into issues when network partition etc. happen. You need minimum 3 nodes to survive one node failure.
Kishore Nallan
11/08/2021, 3:56 AM
If your dataset is read only you can just run 2 independent nodes and update them separately if you really want only 2 nodes.