Hello all, I have currently have a small Storm cluster (3 nodes) each can accept 20 slots. I have 5 topologies submitted to storm cluster currently and have set parallelism_hits & num tasks on each bolt.
What I am finding out is that it looks like all of my bolts in the 5 topologies are running on a single machine. Ideally if i se the number of tasks/parallisum to 9 i like to see 3 instance of the bolts on each machine. Is this possible?
