fapaul commented on a change in pull request #18043:
URL: https://github.com/apache/flink/pull/18043#discussion_r766665373



##########
File path: 
flink-core/src/main/java/org/apache/flink/configuration/DeploymentOptions.java
##########
@@ -84,4 +84,13 @@
                     .withDescription(
                             "Whether a Flink Application cluster should shut 
down automatically after its application finishes"
                                     + " (either successfully or as result of a 
failure). Has no effect for other deployment modes.");
+
+    public static final ConfigOption<Boolean> ALLOW_CLIENT_JOB_CONFIGURATIONS =
+            ConfigOptions.key("execution.allow-client-job-configurations")

Review comment:
       I think in Flink there is a general misunderstanding of where the 
configuration is coming from. I miss which configuration is immutable with 
`immutable-configuration`.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to