+2 votes
in Apache Storm by
What are Tasks?

1 Answer

0 votes
by

Each spout or bolt executes as many tasks across the cluster. Each task corresponds to one thread of execution, and stream groupings define how to send tuples from one set of tasks to another set of tasks. You set the parallelism for each spout or bolt in the setSpout and setBolt methods of TopologyBuilder.

Related questions

+2 votes
asked Jul 2, 2021 in Apache Storm by rajeshsharma
+2 votes
+2 votes
asked Jul 1, 2021 in Apache Storm by rajeshsharma
...