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

推薦閱讀
- Progressive Web Apps with React
- Reporting with Visual Studio and Crystal Reports
- 匯編語言程序設計(第2版)
- 區塊鏈:以太坊DApp開發實戰
- Learning Network Forensics
- Java Web開發就該這樣學
- R用戶Python學習指南:數據科學方法
- SQL Server 2016 從入門到實戰(視頻教學版)
- Serverless Web Applications with React and Firebase
- Emotional Intelligence for IT Professionals
- Clojure Polymorphism
- Hands-On Dependency Injection in Go
- Developing Java Applications with Spring and Spring Boot
- 少兒編程輕松學(全2冊)
- Java語言程序設計實用教程(第2版)