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

flinkProperties for job submitter #469

Open clouddra opened 2 years ago

clouddra commented 2 years ago

According to the resource definition, flinkProperties can be specified for job/task manager configuration. However, this configuration is not used for the job submitter.

Is there any way/method to specify the configuration used for job submitter? This would be useful for configuring execution parameters.