davsclaus commented on PR #20767:
URL: https://github.com/apache/camel/pull/20767#issuecomment-3739406577
You need to use `camel-catalog` it has an API for building endpoint URIs with
```
uri = catalog.asEndpointUri("netty-http", map, true);
```
Where map is a map with key/value pairs.
This will build the uri correct according to the given component.
--
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]