flink-cdc
flink-cdc copied to clipboard
[FLINK-36546] Handle batch sources in DataSinkTranslator
There's no public API in Flink to detect the boundedness of a stream, so this patch duplicates the code from StreamGraphGenerator
that Flink itself uses to instantiate CommitterOperatorFactory
.