Hi, Guys I just read the document about the apache storm, my question is the number of workers should be equal to the number of supervisor node, right? because workers control all treads across the topology, so we d better evenly distribute the number of threads in each node.
My another question is fieldsgrouping for thousands of IDs, if I want the same ID always to be emitted to one task, then how can I declare output fields? how can declareoutputfileds to work with fieldsgrpouping? Thanks
