Skip to content

[Optimization][Flink] FLINK StreamexEcuitionenvalonment needs to execute the PIPELINE method #3353

Description

@zackyoungh

Search before asking

  • I had searched in the issues and found no similar optimization requirement.

Description

当需要执行批算子 plan 计划时,无法直接调用方法,而 executeAsync(StreamGraph streamGraph)去又是可以直接调用Pipeline类。
这边就需要重构一下 StreamexEcuitionenvalonment 类。以下是2种建议:

  1. 继承 StreamexEcuitionenvalonment ,flink-client每个模块重写
  2. 自定义 DinkyStreamexEcuitionenvalonment ,使其执行器和 flink 类单独隔离开来

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions