Re: Avro serde classes in Flink

Posted by Fabian Hueske-2 on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Avro-serde-classes-in-Flink-tp28159p28184.html

Hi Debasish,

No, I don't think there's a particular reason.
There a few Jira issues that propose adding an Avro Serialization Schema for Confluent Schema Registry [1] [2].
Please check them out and add a new one if they don't describe what you are looking for.

Cheers,
Fabian


Am Fr., 7. Juni 2019 um 18:01 Uhr schrieb Debasish Ghosh <[hidden email]>:
Hello -

Is there any specific reason we have AvroDeserializationSchema in Flink but not AvroSerializationSchema ? Instead we have AvroRowSerializationSchema, which serializes objects that are represented in (nested) Flink rows.