Hi, I have developed a topology to parse normal single line csv lines from a kafka cluster with 2 brokers. I have 3 zookeeper nodes. and I have a 3 node storm cluster with 2 being supervisor nodes and one being the nimbus node. My observation is , the topology performs better in terms of latency when run on a single worker slot. Is it always the case that the topology will perform better when used with a single worker ? When to use multiple workers for a topology
