aiwenmo commented on code in PR #3812: URL: https://github.com/apache/flink-cdc/pull/3812#discussion_r2003397123
########## flink-cdc-cli/src/test/resources/definitions/pipeline-definition-full.yaml: ########## @@ -58,6 +58,7 @@ pipeline: parallelism: 4 schema.change.behavior: evolve schema-operator.rpc-timeout: 1 h + batch-mode.enabled: false Review Comment: Many parameters are not effective in batch mode, so "false" is written here. -- 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]
