- Mastering Apache Storm
- Ankit Jain
- 91字
- 2021-07-02 20:32:32
Executor
Within each worker process, there can be multiple threads executing parts of the topology. Each of these threads is called an executor. An executor can execute only one of the components, that is, any spout or bolt in the topology.
Each executor, being a single thread, can execute only tasks assigned to it serially. The number of executors defined for a spout or bolt can be changed dynamically while the topology is running, which means that you can easily control the degree of parallelism of various components in your topology.
推薦閱讀
- C++程序設計教程
- 一步一步學Spring Boot 2:微服務項目實戰
- Mobile Application Development:JavaScript Frameworks
- 深入理解Java7:核心技術與最佳實踐
- Microsoft System Center Orchestrator 2012 R2 Essentials
- Web Development with MongoDB and Node(Third Edition)
- Learning Laravel's Eloquent
- R語言與網絡輿情處理
- Java編程的邏輯
- 算法設計與分析:基于C++編程語言的描述
- 零基礎C#學習筆記
- WCF技術剖析(卷1)
- ASP.NET本質論
- Serverless工程實踐:從入門到進階
- Tkinter GUI Programming by Example