Skip to content

2.0.0 Release

Compare
Choose a tag to compare
@ghsnd ghsnd released this 09 Jun 18:46
· 430 commits to master since this release

Changed

  • Improved parameter handling, using scopt. Not compatible with previous CLI.
  • Parallelising over the (local) task slots per task manager is enabled by default.
  • Checkpointing is disabled by default.
  • Updated Flink from version 1.9.1 to 1.10.0
  • Updated Kafka support from version 2.2.0 to 2.2.2
  • Updated documentation

Fixed

  • Escape characters were not escaped in generated literals.
  • Curly brackets were not escaped correctly.