Re: Storm - Stream Partitions

2014-01-13 Thread Nathan Marz
All this information is available through the TopologyContext. On Mon, Jan 13, 2014 at 1:34 AM, Klausen Schaefersinho < klaus.schaef...@gmail.com> wrote: > Hi, > > I have to store the state of a bolt persistently. As I have quite a lot of > events coming through I would like to use some kind of

Storm - Stream Partitions

2014-01-13 Thread Klausen Schaefersinho
Hi, I have to store the state of a bolt persistently. As I have quite a lot of events coming through I would like to use some kind of local data storage (e.g. mongo, cassandra). However to be able to manage this correctly I would need to know on which node the bolt is running and which partition o