Re: Flink Avro Kafka Reading/Writing

2016-11-12 Thread Niels Basjes
In Avro 1.8.2 (which is close to being released) we built a new feature that allows serializing Avro records into a byte array that still contains the schema information. So even if you keep messages for weeks and the schema of your application changes you can still read the messages at the consume

Re: Flink Avro Kafka Reading/Writing

2016-11-12 Thread Robert Metzger
Hi, yes, Flink can read and write Avro schema to Kafka, using a custom serialization / deser schema. On Fri, Nov 11, 2016 at 6:05 AM, daviD wrote: > Hi All, > > Does anyone know if Flink can read and write Avro schema to Kafka? > > Thanks > > daviD >

Flink Avro Kafka Reading/Writing

2016-11-11 Thread daviD
Hi All, Does anyone know if Flink can read and write Avro schema to Kafka? Thanks daviD