The trident topology example <https://github.com/apache/incubator-storm/tree/master/external/storm-kafka> requires on the zookeper connection information. Does this mean I can regsiter a kafka cluster to zookeeper without having to register each broker?
Thanks, Josh On Thu, Jul 3, 2014 at 3:10 PM, Tomas Mazukna <[email protected]> wrote: > no, still working kinks out... > > > On Thu, Jul 3, 2014 at 9:02 AM, Josh J <[email protected]> wrote: > >> Hi, >> >> >> I wrote Kafka Spout which uses Kafka group reader API to emit tuples. >> >> Is your version of the Kafka Spout available and open source? >> >> Thanks, >> Josh >> >> >> >> On Thu, Jul 3, 2014 at 1:49 PM, Tomas Mazukna <[email protected]> >> wrote: >> >>> We have 4 kafka brokers, each topic is replication factor 3. For a heavy >>> loaded topic we have 40 partitions. >>> I wrote Kafka Spout which uses Kafka group reader API to emit tuples. >>> Running 40 spout instances each is connected to a single partition for >>> reading on 40 partition topic. >>> >>> >>> On Thu, Jul 3, 2014 at 5:19 AM, Josh J <[email protected]> wrote: >>> >>>> Hi, >>>> >>>> I was wondering if anyone has been able to setup a kafka cluster and >>>> replication using multiple brokers and integrated this with storm using the >>>> KafkaSpout? I'm curious as what the topology would end up looking look and >>>> how to configure the KafkaSpout to talk to zookeeper ? >>>> >>>> Thanks, >>>> Josh >>>> >>> >>> >>> >>> -- >>> Tomas Mazukna >>> 678-557-3834 >>> >> >> > > > -- > Tomas Mazukna > 678-557-3834 >
