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 2016/11/26 08:51:58 UTC

[jira] [Resolved] (CAMEL-9182) camel-kafka : Kafka Endpoint executor threadpool is not initialized based on consumercount

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

Claus Ibsen resolved CAMEL-9182.
--------------------------------
    Resolution: Later

The kafka component has changed as part of the scala -> java change.

> camel-kafka : Kafka Endpoint executor threadpool is not initialized based on consumercount
> ------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-9182
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9182
>             Project: Camel
>          Issue Type: Bug
>    Affects Versions: 2.15.0
>            Reporter: yogananth mahalingam
>            Assignee: Claus Ibsen
>
> Kafka Endpoint's Executor threadpool is expected to be created based on consumer count.
> This would have enabled multiple consumers to be running concurrently.
> Instead it is initialized based on ConsumerStreams.
> With a configuration of consumer count = 10, consumer stream = 1, the messages are getting consumed sequentially.



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