GoogleCloudPlatform / flink-on-k8s-operator

[DEPRECATED] Kubernetes operator for managing the lifecycle of Apache Flink and Beam applications.
Apache License 2.0
658 stars 266 forks source link

Is it possible to support application mode in this operator? #445

Open FuyaoLi2017 opened 3 years ago

FuyaoLi2017 commented 3 years ago

@functicons @wangyang0918 I noticed that in Flink 1.12, per job cluster is no longer supported. Flink 1.12 is recommending the application cluster (application mode) instead. In terms of the GCP operator, do we have plans in the future to support this mode? For application mode, The flink application is sitting in job manager instead of task manager.

If we want to support this, what kind of changes should be made to support it? Thanks.

fr3akX commented 3 years ago

we are also interested, any plans on this?

william-wang commented 3 years ago

I am interested with this too. Per-job mode is not supported in flink1.12 any more. The existing operator users want to use the task-manager pod scaling up and down feature in applicaiton mode.