You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Andrea Cosentino (JIRA)" <ji...@apache.org> on 2016/12/20 12:26:58 UTC

[jira] [Resolved] (CAMEL-10625) Camel-Hystrix: Support allowMaximumSizeToDivergeFromCoreSize and maximumSize in Hystrix Threadpool configuration

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

Andrea Cosentino resolved CAMEL-10625.
--------------------------------------
    Resolution: Fixed

> Camel-Hystrix: Support allowMaximumSizeToDivergeFromCoreSize and maximumSize in Hystrix Threadpool configuration
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-10625
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10625
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core, camel-hystrix
>            Reporter: Andrea Cosentino
>            Assignee: Andrea Cosentino
>            Priority: Minor
>             Fix For: 2.19.0
>
>
> From 1.5.7 there is a way to set maximum thread-pool size and to allow setting coreSize < maximumSize by creating a thread pool which can sustain maximumSize concurrency and will return threads to the system during periods of relative inactivity.
> https://github.com/Netflix/Hystrix/wiki/Configuration#allowmaximumsizetodivergefromcoresize
> These options can be useful for users to setup Hystrix in a complete way.



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