Hello, I want to use kafka for my spout. But I am not inclined towards using the kafka-storm contrib. Now the problem is I want different consumer threads to fetch data from different partitions of a topic. This is very simple in kafka. But how can I write this inside Spout. In storm spouts are threaded internally and I don't have any control over it. So how can I write my Spout so that a single thread of spout handles a single partition.
Thanks *Abhishek Bhattacharjee* *Pune Institute of Computer Technology*
