Re: Storm-Kafka data locality

2016-02-23 Thread Aaron . Dossett
ser@storm.apache.org<mailto:user@storm.apache.org>> Subject: Storm-Kafka data locality Hello! My use case is the to send 100 MB of raw data to Kafka, consuming from StormKafkaSpout. I would like to ask you if co-locating the StormKafkaSpout(for consuming) or StormKafkaProducer(for pr

Storm-Kafka data locality

2016-02-23 Thread Spico Florin
Hello! My use case is the to send 100 MB of raw data to Kafka, consuming from StormKafkaSpout. I would like to ask you if co-locating the StormKafkaSpout(for consuming) or StormKafkaProducer(for producing) with the Kakfa partitions where the data resides is a good practice when designing a