You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Bilgin Ibryam (JIRA)" <ji...@apache.org> on 2016/04/04 15:41:25 UTC

[jira] [Commented] (CAMEL-9098) Camel Hystrix component

    [ https://issues.apache.org/jira/browse/CAMEL-9098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15224134#comment-15224134 ] 

Bilgin Ibryam commented on CAMEL-9098:
--------------------------------------

Claus I've updated the version to point to latest SMX bundle, but when I tried to run a hystrix demo on [OSGI|https://github.com/bibryam/camel-hystrix-demo] I had to install other bundles:

install -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-configuration/1.9_2
install -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-digester/1.8_4
install -s mvn:org.apache.commons/commons-jexl/2.1.1
install -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-jxpath/1.3_1
install -s wrap:mvn:com.netflix.archaius/archaius-core/0.4.1
install -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.hystrix/1.4.23_1


I wonder, do we need another SMX bundle for archaius, or is it enough to add those to hystrix feature in Camel?



> Camel Hystrix component
> -----------------------
>
>                 Key: CAMEL-9098
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9098
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Raúl Kripalani
>            Assignee: Raúl Kripalani
>             Fix For: 2.18.0
>
>
> Create a camel-hystrix component with the following features:
> * (/) Capable of wrapping processors.
> * (/) Capable of wrapping static endpoints:
> ** (/) wrapping Endpoint objects.
> ** (/) wrapping URIs.
> * (/) Fluent builders to wrap processors and endpoints.
> * Support building Hystrix endpoints with URIs.
> * (/) Support fallback endpoints and processors.
> * (/) Support response caching, where cache key is calculated by Camel Expressions.
> * (/) Support suppressing exceptions to avoid fallback via HystrixBadRequestException.
> * Request collapsing.
> * (/) HystrixRequestContext propagation via Camel headers, to allow multiple threads to share the HystrixRequestContext.
> * Full support in OSGi (Hystrix, Archaius).
> * Integrate Archaius configuration with Camel property placeholders – if possible – including OSGi Config Admin integration.
> * Integrate with Turbine to enable the nice Hystrix dashboard.
> (/) = done



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)