yuxiqian commented on code in PR #3438: URL: https://github.com/apache/flink-cdc/pull/3438#discussion_r1668075424
########## flink-cdc-common/src/main/java/org/apache/flink/cdc/common/pipeline/PipelineOptions.java: ########## Review Comment: In the future, defining multiple sink in one single pipeline job might be supported, and one might want to define parallelisms for each sink individually. Will it be better if we put `sink.parallelism` as an option in `sink:` block instead of a global pipeline option? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
