Hi, I am developing an application on Storm with some particular requirements. I would access to grouping information from a source bolt, i.e., I would know how messages are sent to the output tasks. For example, connecting a bolt A to a bolt B by fields grouping, I would know, in bolt A, to which task of bolt B a tuple is sent (before emitting it). Is there any way to retrieve this information?
Thank you Giacomo
