- 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:

推薦閱讀
- LaTeX Cookbook
- Oracle 11g從入門到精通(第2版) (軟件開發視頻大講堂)
- Learning ArcGIS Pro 2
- Hands-On Enterprise Automation with Python.
- Windows Phone 7.5:Building Location-aware Applications
- Learning Laravel's Eloquent
- Node.js:來一打 C++ 擴展
- Python爬蟲、數據分析與可視化:工具詳解與案例實戰
- Python編程:從入門到實踐(第3版)
- Visual FoxPro 6.0程序設計
- Scala Functional Programming Patterns
- jQuery技術內幕:深入解析jQuery架構設計與實現原理
- After Effects CC案例設計與經典插件(視頻教學版)
- Clojure Data Structures and Algorithms Cookbook
- Docker on Windows