Apache storm Kafka SpoutConfig for Zookeeper quorum

2018-02-21 Thread praveen puskar
Hi, I have 2 topologies which processes live streams from more then 500 applications. It was working with one zookeeper from the Zookeeper Quorum. As the API don;t provide(not i know of) support for KafkaSpout configuration. Intent here is to be highly available. Find below the details : To

FINAL REMINDER: CFP for Apache EU Roadshow Closes 25th February

2018-02-21 Thread Sharan F
Hello Apache Supporters and Enthusiasts This is your FINAL reminder that the Call for Papers (CFP) for the Apache EU Roadshow is closing soon. Our Apache EU Roadshow will focus on Cloud, IoT, Apache Tomcat, Apache Http and will run from 13-14 June 2018 in Berlin. Note that the CFP deadline

Re: Apache storm Kafka SpoutConfig for Zookeeper quorum

2018-02-21 Thread Stig Rohde Døssing
I believe the connection string format is "host1:port1,host2:port2,host3:port3..." (storm-kafka uses Curator under the hood), so just supply multiple Zookeeper server urls to the ZkHosts constructor. 2018-02-21 16:18 GMT+01:00 praveen puskar : > > Hi, > > I have 2