Auto reload
#37
-
Hey, is the provider reloading the configuration once there is a change in the K8s secret? I appreciate any help you can provide. |
Beta Was this translation helpful? Give feedback.
Answered by
scholzj
Dec 18, 2024
Replies: 1 comment 1 reply
-
The provider itself does not cache any values. But that does not mean it will somehow update the configs when you update a Secret - the config provider is called by Kafka and only then provides the current value from the Secret / Config Map. When that happens depends on where you use it. It might be when a connector configuration is updated, Connect node is restarted etc. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mano1233
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The provider itself does not cache any values. But that does not mean it will somehow update the configs when you update a Secret - the config provider is called by Kafka and only then provides the current value from the Secret / Config Map. When that happens depends on where you use it. It might be when a connector configuration is updated, Connect node is restarted etc.