Here’s a scenario: * A client connected to an Observer sends, say, 3 consecutive writes * The Observer then loses connection to the leader (network partition)
What is the outcome? * The writes are queued on the Leader instance, correct? * Therefore, the writes will succeed, correct? * When the Observer repairs the connection it will see the 3 writes, correct? Thank you!
