We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a2879 commit a0194f0Copy full SHA for a0194f0
.gitignore
@@ -0,0 +1,2 @@
1
+target/
2
+.idea/
README.md
@@ -1,3 +1,7 @@
# flink-avro-state-serialization
3
Sample project showcasing how to use Apache Flink custom serializers to support state schema migration using Apache Avro.
4
+
5
+## Avrohugger generation
6
7
+There's a branch called `avro-generated` which contains the setup to generate Classes based on Avro schemas
0 commit comments