- Initial commit of required files for a public repo.
- Initial commit of exercise code.
- Enhanced the README.md
- Added the cheatsheet.md
- Added the
build.sh
- Updated the
.gitignore
- Added a pull request template for Github.
- Upgrade to Flink 1.17.1
- Implemented Exercise 16 - Merging Streams.
- Implemented Exercise 18 - Aggregating Flink Data using Windowing.
- Implemented Exercise 20 - Managing State in Flink.
- Added additional tests to verify the serialization/deserialization of the models, including one for testing the use of the JsonIgnoreProperties annotation.