I have a small topology. It has a kafka spout, a bolt reading from spout (Bolt A). Bolt A emits to two bolts (Bolt B and Bolt C). I have used fields grouping. The Bolt A emits two different types of data. One is intended for Bolt B and Other for Bolt C.
My question is, can i configure storm in such a way that, data intended for Bolt B always goes to instances of Bolt B and same for Bolt c? Currently i am checking the data received in the bolts and skipping unwanted data.
thanks