open-nomad/.changelog/13467.txt
Seth Hoenig 91e08d5e23 core: remove support for raft protocol version 2
This PR checks server config for raft_protocol, which must now
be set to 3 or unset (0). When unset, version 3 is used as the
default.
2022-06-23 14:37:50 +00:00

4 lines
85 B
Plaintext

```release-note:breaking-change
core: remove support for raft protocol version 2
```