Luca Burgazzoli created CAMEL-11170:
---------------------------------------
Summary: Service Call : add a spi for component to provide a
custom expression to build the camel uri
Key: CAMEL-11170
URL: https://issues.apache.org/jira/browse/CAMEL-11170
Project: Camel
Issue Type: Improvement
Components: camel-core
Reporter: Luca Burgazzoli
Assignee: Luca Burgazzoli
Fix For: 2.20.0
As today the service call eip creates the an uri which is compatible with
camel-http4 and has the form of component:host:port/path?options but if you
want to use a different component like jetty/undertow you need to tweak also
how the uri is created using the uri/expression directives as they expect the
uri to be in the form component:http://host:port.
It would be nice if the service call can use a spi/service-loader to provide
its own expression so that a user needs to specify the component name only.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)