Sergei Morozov created FLINK-36546:
--------------------------------------
Summary: Handle batch sources in DataSinkTranslator
Key: FLINK-36546
URL: https://issues.apache.org/jira/browse/FLINK-36546
Project: Flink
Issue Type: Improvement
Components: Flink CDC
Affects Versions: cdc-3.2.0
Reporter: Sergei Morozov
Currently, there is hard-coded {{boolean isBatchMode = false}} in
{{DataSinkTranslator}}.
Assume that there is a sink that has some logic executed at the end of the
batch. This is is determined by theĀ {{endOfInput}} parameter passed to
{{SinkWriter#flush}}.
Testing such a sink with the "values" connector as the source is challenging
since the sink never receives the end-of-input signal.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)