[ https://issues.apache.org/jira/browse/FLINK-27912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gyula Fora closed FLINK-27912. ------------------------------ Resolution: Fixed merged to main 794df5844b158aab0cbe8ef6d9a44277aba639c3 > Improve operator config names > ----------------------------- > > Key: FLINK-27912 > URL: https://issues.apache.org/jira/browse/FLINK-27912 > Project: Flink > Issue Type: Improvement > Components: Kubernetes Operator > Reporter: Gyula Fora > Assignee: ConradJam > Priority: Major > Labels: pull-request-available > Fix For: kubernetes-operator-1.1.0 > > > We should remove observer/reconciler and other internal concepts from most > config names especially the ones that are mainly user facing. > We should also unify/simplify different config names to make this > maintainable in the future. > ||From||To|| > |kubernetes.operator.reconciler.flink.cancel.job.timeout|kubernetes.operator.flink.client.cancel.timeout| > |kubernetes.operator.reconciler.flink.cluster.shutdown.timeout|kubernetes.operator.resource.cleanup.timeout| > |kubernetes.operator.observer.flink.client.timeout|kubernetes.operator.flink.client.timeout| > |kubernetes.operator.reconciler.jm-deployment-recovery.enabled|kubernetes.operator.jm-deployment-recovery.enabled| > |kubernetes.operator.reconciler.reschedule.interval|kubernetes.operator.reconcile.interval| > |kubernetes.operator.reconciler.max.parallelism|kubernetes.operator.reconcile.parallelism| > > The old config key should be kept as deprecatedkey to maintain compatibility. -- This message was sent by Atlassian Jira (v8.20.7#820007)