Hi all,
  As I'm not so familiar with storm's patterns, I have a question about field 
grouping. I found that the tuple with same field value
with be sent to the task(the same thread) under fieldgrouping, so what should I 
do if I have a stream in which some field values have far more
tuples than the others? (I mean, the amount of tuples processed by each thread 
will be quite different if I want to  do something like counting or computing 
with fieldgrouping.) Should I use fieldgrouping to solve it or use others 
patterns?

Reply via email to