Gyula Fora created FLINK-27912:
----------------------------------
Summary: 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
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.flink.client.cancel.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)