-
Hi all, I'm facing a bit of a problem when using Strimzi and KafkaConnector mainly because sometimes I want to do quick run-time verifications and Strimzi is too fast and destroys any modification I do on the REST API of KafkaConnect. For example imagine a productive environment or close to it where you have limited access. I like to be able to quickly modify the admin/loggers to change for example some level to debug temporarily just to investigate some issue. Is there any way I can say to Strimzi to ignore changes to certain configurations? For example in the loggers? The other option I can think about requires me to change the configMap for the log and scale the application down and up and I would rather not do that. (Actually since the configMap is also generated by Strimzi I'm not even sure that would work). Thanks for any feedback and best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
When you use the operator, the custom resources are the main source of truth. So no, you cannot go behind its back and change things manually. You should go, change the custom resource and let the operator apply the change for you. |
Beta Was this translation helpful? Give feedback.
When you use the operator, the custom resources are the main source of truth. So no, you cannot go behind its back and change things manually. You should go, change the custom resource and let the operator apply the change for you.