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