Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 506 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 506 Bytes

flink-avro-state-serialization

Sample project showcasing how to use Apache Flink custom serializers to support state schema migration using Apache Avro.

Avrohugger generation

There's a branch called avro-generated which contains the setup to generate Classes based on Avro schemas. It generates the classes during compilation (sbt compile) or you can explicitly force generation using sbt avroScalaGenerateSpecific.

Based on sbt-avrohugger