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 of the stream it is processing.
Cheers, Klaus
