Ververica Platform 2.15.1
Release Date: 2025-07-11
Changelog
Apache Flink®
Ververica Platform 2.15.1 supports the following versions:
- Apache Flink® 1.20
- Apache Flink® 1.19
- Apache Flink® 1.18
Ververica Platform 2.15.1 supports Apache Flink® 1.20, Apache Flink® 1.19, and Apache Flink® 1.18 under SLA.
For Stream Edition the following Apache Flink® Docker images are available. See Ververica Platform Docker Images for the full list and additional tags.
- 1.18.1-stream5-scala_2.12-java8
- 1.18.1-stream5-scala_2.12-java11
- 1.18.1-stream5-scala_2.12-java17
- 1.19.0-stream3-scala_2.12-java8
- 1.19.0-stream3-scala_2.12-java11
- 1.19.0-stream3-scala_2.12-java17
- 1.20.1-stream1-scala_2.12-java8
- 1.20.1-stream1-scala_2.12-java11
- 1.20.1-stream1-scala_2.12-java17
For Spring Edition the following archives are available:
Known Issue — FlinkSQL Checkpoint Toggle
Affected Versions: 2.15.0, 2.15.1
Using the Disable Checkpoints toggle in FlinkSQL jobs sets an invalid empty value for execution.checkpointing.interval, causing job deployment failures with errors like:
IllegalArgumentException: Could not parse value '' for key 'execution.checkpointing.interval'
Workaround: Instead of disabling checkpoints through the toggle, explicitly set the checkpoint interval to the maximum possible integer value:
execution.checkpointing.interval: 9223372036854775807ms