Description
We should create a camel-service component that like the camel-master component leverage a service to expose routes for discovery on consumer side and leverage Service Call EIP on producer side to invoke a service.
Some thing like:
from("service:jetty:0.0.0.0:8081/exposedService?serviceRegistry=#myRegistry") .to("service:targetService?serviceDiscovery=#mydiscovery");