christophd commented on code in PR #1162: URL: https://github.com/apache/camel-kamelets/pull/1162#discussion_r1031673084
########## kamelets/aws-ddb-sink.kamelet.yaml: ########## @@ -107,17 +113,24 @@ spec: - "camel:aws2-ddb" - "camel:kamelet" template: + beans: + - name: dataTypeRegistry Review Comment: we can add this to the Camel registry with `quarkus.camel.service.registry.include-patterns` property set on the camel-quarkus extension. But this needs to be done in Camel L when generating the Maven project that builds and runs the integration. I will add a new issue on Camel K for that. Once we have this we can remove the local beans from the Kamelets. -- 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]
