I am doing this on a Quarkus app using Camel 4:
.toD("https://endpoint?connectionsPerRoute=10&connectTimeout=2000&connectionRequestTimeout=2000%soTimeout=2000&responseTimeout=2000&bridgeEndpoint=true")
When i test the http call the timeout i set on the parameters is not enforced. After doing some digging on the monitoring tools i noticed that the timeout parameters are part of the URI of the call. How can i fix this in order for Apache Camel to interpet the parameter as HTTPClient configuration and not URI.