What is the “task” in Storm parallelism
Disclaimer: I wrote the article you referenced in your question above. However I’m a bit confused by the concept of “task”. Is a task an running instance of the component(spout or bolt) ? A executor having multiple tasks actually is saying the same component is executed for multiple times by the executor, am I correct … Read more