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

ASF GitHub Bot commented on CAMEL-9182:
---------------------------------------

GitHub user yogamaha opened a pull request:

    https://github.com/apache/camel/pull/627

    CAMEL-9182 : Kafka Endpoint - threadpool created based on ConsumerCount

    camel-kafka : Kafka Endpoint executor threadpool is not initialized based 
on consumercount
    
    https://issues.apache.org/jira/browse/CAMEL-9182


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/yogamaha/camel camel-2.15.x

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/627.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #627
    
----
commit c47ecb20431c33d1d4687584b6a8ff3b881e3d8d
Author: ymahali <ymahalin...@walmartlabs.com>
Date:   2015-09-29T03:33:50Z

    CAMEL-9182 : Kafka Endpoint - Executor threadpool created based on 
ConsumerCount

----


> 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
>
> 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)

Reply via email to