I'm using Storm v 0.10.0. Offset obviously stored in zookeeper, but in wich one?
First zookeeper I set in STORM settings: "storm.zookeeper.servers". Second one is set in ZkHosts object, which is part of SpoutConfig: public ZkHosts(String brokerZkStr) Right now they are the same, in my case, but I'd like to know, what happens if they will differ? Where offset will be stored?
