open-vault/changelog/12814.txt
Ben Ash 0b095588c6
api.Client: support isolated read-after-write (#12814)
- add new configuration option, ReadYourWrites, which enables a Client
  to provide cluster replication states to every request. A curated set
  of cluster replication states are stored in the replicationStateStore,
  and is shared across clones.
2021-10-14 14:51:31 -04:00

4 lines
136 B
Plaintext

```release-note:improvement
api: Add configuration option for ensuring isolated read-after-write semantics for all Client requests.
```