You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nussknacker distribution works with (more or less) the latest Flink version.
Nussknacker mostly uses the stable Flink API. Thanks to this, upgrading Nussknacker to the version that is associated with the Flink libraries bump
can usually be done in two steps:
Upgrade of Nussknacker, redeploy of all scenarios
Upgrade of Flink
However, sometimes due to the use of the new Flink API in new Nussknacker version or due to incompatible changes in the Flink API,
it is necessary to make changes in the distribution to allow this two-step upgrade.
In this repository, you'll find the source code of the compatibility layers needed in such a situation. Binaries are published to Maven Central.
The repository usually contains compatibility layers that were tested with the last Flink version before the last incompatible change.
These layers may also work with earlier Flink versions, but there is no guarantee.
For this reason, we recommend that you always upgrade Flink to the latest version supported by Nussknacker.
Flink 1.18
Currently, the repository contains the source code of compatibility layers needed to run Nussknacker >= 1.18 with Flink 1.18:
nussknacker-flink-compatibility-1-18-model - extension that should be added in model classpath
nussknacker-flink-compatibility-1-18-kafka-components - extension that should be used as a replacement of flinkKafka.jar component provided
Full list of changes that should be done in distribution: