Closed LinMingQiang closed 3 weeks ago
If this change is acceptable, I will complete the other actions / mongodb/Postgres.
Do we need to handle RuntimeExecutionMode.AUTOMATIC?
Do we need to handle RuntimeExecutionMode.AUTOMATIC?
yes need too, may be we can make STREAMING mode as default and ignore the user's settings.
@yuzelin Help me check this pr? tks.
Purpose
Linked issue: close #xxx
Flink-cdc do not support batch mode, including flink cdc
snapshot
scan mode . Although it is a bounded source.https://issues.apache.org/jira/browse/FLINK-36280
https://github.com/apache/flink-cdc/pull/2901
if use set RuntimeExecutionMode = Batch. job will be never finish and never fail.
so , we need to check the flink execution mode.
Tests
API and Format
Documentation