Skip to content

Commit a0194f0

Browse files
author
Marc Rooding
committed
Updated the read me
1 parent 17a2879 commit a0194f0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
target/
2+
.idea/

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# flink-avro-state-serialization
22

33
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

Comments
 (0)