Hi,

KafkaConsumer is still under development and not ready for wide use case.
Currently, it can be used to replace SimpleConsumer (low level consumer),
but can not replace ZookeeperConsumerConnector(high level consumer). So if
you need to use simple consumer, I would suggest using KafkaConsumer
instead, otherwise, you probably still want to use
ZookeeperConsumerConnector.

- Jiangjie (Becket) Qin

On 3/30/15, 7:32 PM, "LongkerDandy" <longkerda...@gmail.com> wrote:

>Hi
>
>I'm new to kafka and using 0.8.2.1 kafka-clients and kafka_2.10 packages.
>The document says: ³We are in the process of rewritting the JVM clients
>for
>Kafka. As of 0.8.2 Kafka includes a newly rewritten Java producer. The
>next
>release will include an equivalent Java consumer.²
>It seems the kafka-clients package already ships with a KafkaConsumer.
>So should I use the KafkaConsumer from kafka-clients?
>Or I should stick with kafka.javaapi.consumer.ConsumerConnector from
>kafka_2.10?
>
>Regards
>LongkerDandy

Reply via email to