Re: [External] Re: Flink table materialization

2024-11-17 Thread Feng Jin
Hi Jacob. Based on your latest error message, it seems you're using an outdated parameter 'connector.type' = 'jdbc'. You should use 'connector' = 'jdbc' instead. Please refer to the following documentation[1] [1]. https://nightlies.apache.org/flink/flink-docs-release-1.17/docs/connectors/table/jd

RE: [External] Re: Flink table materialization

2024-11-07 Thread Schwalbe Matthias
Hi Jacob, It’s a little bit of guesswork … The disappearing records remind me a bit of a peculiarity of Oracle, that each (e.g. INSERT) statement is in an implicit transaction and hence needs to be committed. In Flink committing transaction happen together with the checkpoint cycle, i.e. this