RE: How to read AVRO data from Kafka using Flink

2016-08-03 Thread Alam, Zeeshan
arey [mailto:sca...@expedia.com] Sent: Tuesday, August 02, 2016 8:49 PM To: Alam, Zeeshan; user@flink.apache.org Subject: Re: How to read AVRO data from Kafka using Flink I can tell you that we are reading Avro data from Kafka on Flink without problems. It seems like you have a mistake somewhere in

Re: How to read AVRO data from Kafka using Flink

2016-08-02 Thread Shannon Carey
I can tell you that we are reading Avro data from Kafka on Flink without problems. It seems like you have a mistake somewhere in your system. If I were you I would try your serialization & deserialization code in a simple program within the same JVM, then gradually add the other components in or