Add diagrams for write flow through Raft (#20948)

Add diagrams about write flow through Raft
This commit is contained in:
Freddy 2024-04-04 09:28:53 -06:00 committed by GitHub
parent 174f92aa24
commit 8659c06a73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 0 deletions

View File

@ -40,6 +40,7 @@ use [bbolt].
[boltdb]: https://github.com/boltdb/bolt
[bbolt]: https://github.com/etcd-io/bbolt
See [diagrams](#diagrams) below for more details on the interaction.
## State Store
@ -111,3 +112,10 @@ storage.
[hashicorp/raft-autopilot]: https://github.com/hashicorp/raft-autopilot
## Diagrams
### High-level life of a write
![Overview](./write-overview.png)
### Deep-dive into write through Raft
![Deep dive](./write-deep-dive.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 748 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 KiB