jamesnetherton commented on issue #2901: URL: https://github.com/apache/camel-quarkus/issues/2901#issuecomment-882543526
I created a PR that should fix this https://github.com/apache/camel-quarkus/pull/2913. To my knowledge, none of the other Camel projects dependent on CQ is explicitly forcing usage of `quarkus-kubernetes-service-binding`, so having a check for whether the capability is present and not setting up the custom `KafkaClientFactory` should be good enough. I need to do some follow up research for changing the map `put` to `putIfAbsent`. Turns out it's a bit tricky to have this because of the defaults that the Camel component sets for various options. However, I introduced a new config option to disable the config merging if required. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
