[
https://issues.apache.org/jira/browse/CAMEL-12477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16460413#comment-16460413
]
Naresh commented on CAMEL-12477:
--------------------------------
[~njiang] Sir, sorry to say this, i was not able to get the response if i sent
mail.
Can you please give some idea how to achieve this loading balancing.
Thanks in advance.
> 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
> 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)