-
Hi all, Reference the ConfigMap in the connector configuration.
I have a question, because this would make my life so much easier, why can't I define the full config block as a config map? For example even the connect configs probably I would like to define in a config map Thanks for any feedback |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
What would be the usecase to have them in ConfigMap? They are already created declaratively as a KafkaConnector resource. Loading some fields and values from Secret or ConfigMap is useful for some individual option which either should be treated as a Secret or which exist for example in some other configuration. But loading everything from config map makes no sense to me -> we have the custom resource for it. |
Beta Was this translation helpful? Give feedback.
What would be the usecase to have them in ConfigMap? They are already created declaratively as a KafkaConnector resource. Loading some fields and values from Secret or ConfigMap is useful for some individual option which either should be treated as a Secret or which exist for example in some other configuration. But loading everything from config map makes no sense to me -> we have the custom resource for it.