You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2017/03/28 17:29:41 UTC

[jira] [Resolved] (CAMEL-11086) Unable to update http client configurer instance on dynamic route

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

Claus Ibsen resolved CAMEL-11086.
---------------------------------
    Resolution: Invalid

Use the mailing list to get help first

> Unable to update http client configurer instance on dynamic route
> -----------------------------------------------------------------
>
>                 Key: CAMEL-11086
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11086
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-http4
>    Affects Versions: 2.18.2
>            Reporter: Abhishek Jha
>
> I have created 2 routes as from("direct:route1").routeId("route1").hystrix().to("http4://localhost:8080/success/status?httpClientConfigurer=myHttpClientConfigurer").onFallback().log("fallback from hystrix");
> from("direct:route2").routeId("route2").hystrix().toD("http4://localhost:8080/${headers.api}/status?httpClientConfigurer=myHttpClientConfigurer").onFallback().log("fallback from hystrix");
> Here "myHttpClientConfigurer" is a class which implements "HttpClientConfigurer". At runtime, I change the parameters of this class as my application requires. But the problem is that the changed instance is picked up in "route1" but no change is reflected in "route2"



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)