gyfora opened a new pull request, #631:
URL: https://github.com/apache/flink-kubernetes-operator/pull/631

   ## What is the purpose of the change
   
   The main goal is to support setting default configuration on a per-namespace 
and per-flink version level. 
   This would allow us for example to set config defaults differently for Flink 
1.18 (enable adaptive scheduler by default)
   
   Or to use different reconciliation/operator settings for different 
namespaces.
   
   Syntax:
   
   ```yaml
   # Version Specific Defaults
   kubernetes.operator.default-configuration.flink-version.v1_17.key: value
   
   # Namespace Specific Defaults
   kubernetes.operator.default-configuration.namespace.ns1.key: value
   ```
   
   Flink version specific defaults will have a higher precedence so namespace 
defaults would be overridden by the same key.
   
   ## Brief change log
   
     - *Add logic to FlinkConfigManager*
     - *Rework config access through resource context*
     - *Add unit tests*
   
   ## Verifying this change
   
   New unit tests have been added
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): no
     - The public API, i.e., is any changes to the `CustomResourceDescriptors`: 
no
     - Core observer or reconciler logic that is regularly executed: yes 
   
   ## Documentation
   
     - Does this pull request introduce a new feature? yes
     - If yes, how is the feature documented? [TODO]
   


-- 
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