Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
3 tasks done
zackyoungh opened this issue Apr 3, 2024 · 1 comment
Assignees
Labels
Optimization Optimization function
Milestone

Comments

@zackyoungh
Copy link
Contributor

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

@zackyoungh zackyoungh added the Optimization Optimization function label Apr 3, 2024
@zackyoungh zackyoungh added this to the 1.1.0 milestone Apr 3, 2024
Copy link

github-actions bot commented Apr 3, 2024

Hello @zackyoungh, this issue is about CDC/CDCSOURCE, so I assign it to @aiwenmo. If you have any questions, you can comment and reply.

你好 @zackyoungh, 这个 issue 是关于 CDC/CDCSOURCE 的,所以我把它分配给了 @aiwenmo。如有任何问题,可以评论回复。

@zackyoungh zackyoungh assigned zackyoungh and unassigned aiwenmo Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Optimization Optimization function
Projects
Status: No status
Development

No branches or pull requests

2 participants