- Mastering Apache Storm
- Ankit Jain
- 112字
- 2021-07-02 20:32:27
The ZooKeeper cluster
In any distributed application, various processes need to coordinate with each other and share some configuration information. ZooKeeper is an application that provides all these services in a reliable manner. As a distributed application, Storm also uses a ZooKeeper cluster to coordinate various processes. All of the states associated with the cluster and the various tasks submitted to Storm are stored in ZooKeeper. Nimbus and supervisor nodes do not communicate directly with each other, but through ZooKeeper. As all data is stored in ZooKeeper, both Nimbus and the supervisor daemons can be killed abruptly without adversely affecting the cluster.
The following is an architecture diagram of a Storm cluster:

推薦閱讀
- Reporting with Visual Studio and Crystal Reports
- PHP程序設計(慕課版)
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- Java深入解析:透析Java本質的36個話題
- The Data Visualization Workshop
- Nexus規模化Scrum框架
- Hands-On Reinforcement Learning with Python
- Kubernetes進階實戰
- Instant Debian:Build a Web Server
- RubyMotion iOS Develoment Essentials
- 深入理解BootLoader
- Lync Server Cookbook
- Instant AppFog
- Python網絡運維自動化
- JSP項目開發情境教程