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
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