Hello, Not a ratis specific question but let's say I am using raft to replicate KV across 3 nodes. Simple in memory hash map.
In theory they should all be at the same state eventually but how does one verify that assumption? Is my DB consistent across replication? How to detect nodes not in sync? And if they are in sync? While live traffic may be getti g served? Regards, Asad
