[FLINK-36842] FlinkPipelineComposer allows injecting StreamExecutionEnvironment
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 pull request has been automatically marked as stale because it has not had recent activity for 120 days. It will be closed in 60 days if no further activity occurs.
This pull request has been closed because it has not had recent activity. You could reopen it if you try to continue your work, and anyone who are interested in it are encouraged to continue work on this pull request.
Recently, I also found this ability useful when writing an IT case that requires injecting a LocalEnvironmentWithWebUI to the composer.
@maxf-decodable Would you like to reopen this PR and rebase with the latest master branch?
This pull request has been automatically marked as stale because it has not had recent activity for 120 days. It will be closed in 60 days if no further activity occurs.
This pull request has been closed because it has not had recent activity. You could reopen it if you try to continue your work, and anyone who are interested in it are encouraged to continue work on this pull request.