Re: 0.9.0 Client - Streaming vs Polling

2015-11-26 Thread Erik Pragt
if you're familiar with that > term. > > -Jay > > On Thursday, November 26, 2015, Erik Pragt wrote: > > > Hi all, > > > > We're using Apache Kafka 0.9, and in our 0.8.2 Kafka, we had a consumer > > which used a ConsumerConnector to stream all the

0.9.0 Client - Streaming vs Polling

2015-11-26 Thread Erik Pragt
Hi all, We're using Apache Kafka 0.9, and in our 0.8.2 Kafka, we had a consumer which used a ConsumerConnector to stream all the messages to be processed. The new KafkaConsumer seems to use a polling mechanism instead of streaming, and I was wondering: what is the 'right' way to go forward? Shoul