Update content/en/docs/tutorials/stateful-application/zookeeper.md

pull/34883/head
kadtendulkar 2022-07-08 22:17:18 +05:30
parent 19e965585e
commit 5281d1b6c7
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ numChildren = 0
### Providing durable storage
As mentioned in the [ZooKeeper Basics](#zookeeper-basics) section,
As mentioned in the [ZooKeeper Basics](#zookeeper) section,
ZooKeeper commits all entries to a durable WAL, and periodically writes snapshots
in memory state, to storage media. Using WALs to provide durability is a common
technique for applications that use consensus protocols to achieve a replicated