From this documentation link I could learn that re-balancing a topology is easy with below command
storm rebalance mytopology -n 5 -e blue-spout=3 -e yellow-bolt=10
But how do I re-balance a trident topology as in trident topology we can't label filters/Functions(bolts) with name, So how can I increase/decrease parallelism count ? Or Is there a way to increase/decrease parallelism count using multiplier for all components in a specific topology ?