Max Feng created FLINK-36842: -------------------------------- Summary: FlinkPipelineComposer allows injecting StreamExecutionEnvironment Key: FLINK-36842 URL: https://issues.apache.org/jira/browse/FLINK-36842 Project: Flink Issue Type: Improvement Components: Flink CDC Reporter: Max Feng
As a user of the FlinkPipelineComposer API, I would like to run jobs with a pre-configured StreamExecutionEnvironment of my choosing, for commonality with executing non-Flink-CDC jobs. However, the API only allows me to pass a Configuration object, which FlinkPipelineComposer uses to build its own StreamExecutionEnvironment. In addition, I would like to retrieve a JobClient from submitted jobs, again for commonality with non-Flink-CDC jobs. -- This message was sent by Atlassian Jira (v8.20.10#820010)