You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Kumar Abhinav (JIRA)" <ji...@apache.org> on 2016/07/18 01:04:20 UTC

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

Kumar Abhinav created CAMEL-10152:
-------------------------------------

             Summary: 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
             Fix For: 2.17.3, 2.18.0


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)