yuxiqian opened a new pull request, #3988: URL: https://github.com/apache/flink-cdc/pull/3988
This closes FLINK-37653. Currently, `HybridSplitAssigner`s and `StreamSplitAssigner`s in incremental snapshot framework implicitly assume that there will be at most one unbounded stream split, which isn't true for some data sources that supports multiple change stream splits, like MongoDB and PolarDB-X. This change extends assigners' API without changing existing data sources' behavior. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org