Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

So, we have to have additional failover layer to check and fix such violations.


Description

Cache.

...

withConsistency()

The main idea is to provide special "read from cache" mode which will read a value from primary and all backups and will check that values are the same.
In case values differ they should be fixed according to the appropriate strategy.

...