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/07/25 14:46:20 UTC

[jira] [Updated] (CAMEL-10152) Support Parallel consumption of already polled messages in consumer

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

Claus Ibsen updated CAMEL-10152:
--------------------------------
    Fix Version/s:     (was: 2.17.3)
                       (was: 2.18.0)

> Support Parallel consumption of already polled messages in consumer
> -------------------------------------------------------------------
>
>                 Key: CAMEL-10152
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10152
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-kafka
>    Affects Versions: 2.17.2
>            Reporter: Kumar Abhinav
>
> Similar to CAMEL-10065, support for batching and parallel processing in producer, it would be nice to have the parallel consumption of messages in consumer.
> Polling in consumer, fetches messages in batches, and camel-kafka component forces it to consume messages one at a time. Bunching up the messages in a list, and sending them in batch to the processor would let camel listeners scale up by adding parallel consumption.



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