[
https://issues.apache.org/jira/browse/CAMEL-10668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889942#comment-15889942
]
Luca Burgazzoli commented on CAMEL-10668:
-----------------------------------------
question: should any additional custom conf inherit from the default ?
i.e. :
{code:xml}
<defaultHystrixConfiguration .../>
<hystrixConfiguration id="myconf" .../>
<route>
<from uri="direct:start"/>
<hystrix hystrixConfigurationRef="myconf" ... />
....
</route>
{code}
So the conf on the route inherit from myconf which inherit from the deault one.
> camel-hystrix - Allow to configure global hystrix configuration from spring
> boot auto configuration
> ---------------------------------------------------------------------------------------------------
>
> Key: CAMEL-10668
> URL: https://issues.apache.org/jira/browse/CAMEL-10668
> Project: Camel
> Issue Type: New Feature
> Components: camel-hystrix, camel-spring-boot-starters
> Reporter: Claus Ibsen
> Fix For: Future
>
>
> It would be nice if we could allow to configure camel-hystrix using spring
> boot auto configuration, eg from the application.properties / yml file.
> Then you can easily set a global configured timeout, and those other hystrix
> configurations.
> And with this we get tooling support which can show documentation at your
> finger tips.
> This should be global configuration, which you can override in your camel
> routes if you setup a local hystrix configuration there.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)