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

[jira] [Work stopped] (CAMEL-12477) How to add loadbalancing for http4 component in apache camel.

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

Work on CAMEL-12477 stopped by Andrea Cosentino.
------------------------------------------------
> How to add loadbalancing for http4 component in apache camel.
> -------------------------------------------------------------
>
>                 Key: CAMEL-12477
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12477
>             Project: Camel
>          Issue Type: Bug
>            Reporter: Naresh
>            Assignee: Andrea Cosentino
>            Priority: Major
>
> How to add loadbalancing for http4 component in apache camel.
> rules.getRules().forEach(x->{
>  from("jetty:http://0.0.0.0:"+rules.getPort()+"/"+x.getFrom()+"??matchOnUriPrefix=true")
>  .to("http4://"+x.getTo()+"?bridgeEndpoint=true&throwExceptionOnFailure=false");});
>  
> Please check the sample routing below(X value)
> ----------------------------------------------- 
> Ieration Route: \{"RouteRule":{ "from":"posts", "to":"jsonplaceholder.typicode.com/posts/?"}}
> Ieration Route: \{"RouteRule":{ "from":"users", "to":"reqres.in/api/users"}}
> Ieration Route: \{"RouteRule":{ "from":"countries", "to":"restcountries.eu/rest/v2/"}}



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