RE: What is the recommended way to read AVRO data from Kafka using flink.

2016-08-04 Thread Alam, Zeeshan
.org] Sent: Thursday, August 04, 2016 6:00 PM To: user@flink.apache.org Subject: Re: What is the recommended way to read AVRO data from Kafka using flink. Hi! To read data from Kafka, you need a DeserializationSchema. You could create one that wraps the AvroInputFormat, but an AvroDeserializationSc

Re: What is the recommended way to read AVRO data from Kafka using flink.

2016-08-04 Thread Stephan Ewen
hema* is a must to read data from Kafka, also > *AvroInputFormat* doesn’t have any javaDoc with it. > > > > > > > > Thanks & Regards, > > Zeeshan Alam > > > > > > > > *From:* Stephan Ewen [mailto:se...@apache.org] > *Sent:* Tuesday, August 02, 2016 7

RE: What is the recommended way to read AVRO data from Kafka using flink.

2016-08-02 Thread Alam, Zeeshan
data from Kafka, also AvroInputFormat doesn’t have any javaDoc with it. Thanks & Regards, Zeeshan Alam From: Stephan Ewen [mailto:se...@apache.org] Sent: Tuesday, August 02, 2016 7:52 PM To: user@flink.apache.org Subject: Re: What is the recommended way to read AVRO data from Kafka u

Re: What is the recommended way to read AVRO data from Kafka using flink.

2016-08-02 Thread Stephan Ewen
flink/flink-docs-release-0.8/example_connectors.html > you have mentioned that using the GenericData.Record type is possible with > Flink, but not recommended. Since the record contains the full schema, its > very data intensive and thus probably slow to use. So what is the > recommen

What is the recommended way to read AVRO data from Kafka using flink.

2016-08-02 Thread Alam, Zeeshan
GenericData.Record type is possible with Flink, but not recommended. Since the record contains the full schema, its very data intensive and thus probably slow to use. So what is the recommended way to read AVRO data from Kafka using flink. public static void main(String[] args) throws Exception