On Tue, Jul 26, 2016 at 2:29 PM, amir bahmanyari <[email protected]>
wrote:

> I know this is not Kafka forum ,but could Kafka be sending redundant
> records?
>

no, equally unlikely. You could verify if you pushed duplicates to Kafka by
reading directly from kafka console consumer.

e.g. :  bin/kafka-console-consumer.sh --zookeeper localhost:2181 --topic
my_topi --from-beginning | grep ....

Reply via email to