yuxiqian commented on PR #3093: URL: https://github.com/apache/flink-cdc/pull/3093#issuecomment-2272707749
Seems this PR changes how CDC CLI behaves. Previously, by running `./bin/flink-cdc.sh <YAML>` without extra arguments, it submits the Flink job, prints Job ID / description and quits. However, now CLI will not quit and prints all events out synchronously, as if it's in the "mini-cluster" mode. It won't quit until job finishes, so e2e / Migration tests will never finish. -- 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