- 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.
推薦閱讀
- Spring Cloud Alibaba核心技術與實戰案例
- C語言程序設計實踐教程(第2版)
- Beginning C++ Game Programming
- HoloLens Beginner's Guide
- Learning Elixir
- Learn WebAssembly
- PHP+MySQL網站開發項目式教程
- Building Serverless Applications with Python
- Asynchronous Android Programming(Second Edition)
- Tableau 10 Bootcamp
- Android Development Tools for Eclipse
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- Learning ECMAScript 6
- Advanced C++
- C++游戲設計案例教程