Hi Sweta,
yes, you can not run a Flink job compiled against Flink 1.13. against a
1.14 cluster. But if you are only using stable APIs of Flink, you should be
able to compile your job with the 1.14 dependencies without touching the
code.
See also:
https://nightlies.apache.org/flink/flink-docs-rele
Hi Ingo,
So basically, I cannot deploy an older version of flink job in 1.14.3 flink
cluster, is it?
Thanks,
Sweta
On Tue, Jan 25, 2022 at 4:02 AM Ingo Bürk wrote:
> Hi Sweta,
>
> there was a non-compatible change to SourceReaderContext#metricGroup in
> the 1.14.x release line; I assume this i
Hi Sweta,
there was a non-compatible change to SourceReaderContext#metricGroup in
the 1.14.x release line; I assume this is what you are seeing.
Did you make sure to update the connector (and any other) dependencies
as well?
Best
Ingo
On 25.01.22 05:36, Sweta Kalakuntla wrote:
Hi,
We ar