It looks like you used a zookeeper connect string with port numbers in there. I.e. host:port,host:port Storm is the only tool I know that forces you to use bare hostnames and the port in a in a separate property.
Niels On Mar 29, 2014 12:37 AM, "Software Dev" <[email protected]> wrote: > When running locally it correctly connects to my Kafka broker and it > see it display: > > Writing /kafka/wtf/172.16.1.91:9092:0 the data > {topology={id=be4212a6-c140-4512-837f-13786e265504, > name=ExampleTopology}, offset=19250,.... > > but I can't see anything nodes that are created when I log into the ZK > console. Does this get saved somewhere different when running locally? >
