lburgazzoli opened a new issue #500: URL: https://github.com/apache/camel-kafka-connector/issues/500
As today camel-kafka-conenctor [uses]( https://github.com/apache/camel-kafka-connector/blob/f66a9211d6a31deae9e5d26a944f7262ceb872cc/core/src/main/java/org/apache/camel/kafkaconnector/utils/TaskHelper.java#L42-L70) the `RuntimeCamelCatalog` to assemble URIs out from a set of properties but an engine to compute them without the need to the catalogue has been merged in Camel 3.6.x/master. See [RuntimeCamelCatalogEndpointUriAssemblerTest](https://github.com/apache/camel/blob/master/core/camel-core/src/test/java/org/apache/camel/catalog/RuntimeCamelCatalogEndpointUriAssemblerTest.java#L32-L40) for an example. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
