ZooKeeper¶
中文 · GitHub source Chinese version: README_ZH.md
This module contains ZooKeeper tutorials and operational usage guides. Incident procedures under runbooks/ remain separate from beginner material.
Guides¶
| Guide | Description |
|---|---|
| ZooKeeper beginner tutorial | Learn what ZooKeeper is, when to use it, and basic local CLI operations. |
| Production deployment guide | Daily deployment, TLS-aware checks, monitoring, and rolling operations for a three-member ensemble. |
Runbooks¶
| Runbook | Description |
|---|---|
| Disk-full transaction-log recovery | Recover one ZooKeeper member when a full disk leaves its local transaction log incomplete. |
| Quorum-loss snapshot restore | Restore a three-member ensemble from an approved snapshot after quorum loss. |