You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Luca Burgazzoli (JIRA)" <ji...@apache.org> on 2018/05/30 10:17:00 UTC

[jira] [Resolved] (CAMEL-12485) camel cloud : create camel-service component

     [ https://issues.apache.org/jira/browse/CAMEL-12485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luca Burgazzoli resolved CAMEL-12485.
-------------------------------------
    Resolution: Fixed

> camel cloud : create camel-service component
> --------------------------------------------
>
>                 Key: CAMEL-12485
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12485
>             Project: Camel
>          Issue Type: Sub-task
>            Reporter: Luca Burgazzoli
>            Assignee: Luca Burgazzoli
>            Priority: Minor
>              Labels: cloud
>             Fix For: 2.22.0
>
>
> 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:
> {code:java}
>     from("service:jetty:0.0.0.0:8081/exposedService?serviceRegistry=#myRegistry")
>         .to("service:targetService?serviceDiscovery=#mydiscovery");
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)