[ https://issues.apache.org/jira/browse/CAMEL-12477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16460406#comment-16460406 ]
Willem Jiang commented on CAMEL-12477: -------------------------------------- [~Naresh4u] As JIRA is supposed to track the bugs or new features, not answer the user question as the forum does. Please using the mailing list [mailto:us...@came.apache.org] to ask this kind of question. You can find more information about the mailing list [here|http://camel.apache.org/mailing-lists.html]. > 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)