You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Otavio Rodolfo Piske (Jira)" <ji...@apache.org> on 2021/09/17 13:47:00 UTC

[jira] [Created] (CAMEL-16981) camel-kafka: improve the documentation about consumer streams vs consumers count

Otavio Rodolfo Piske created CAMEL-16981:
--------------------------------------------

             Summary: camel-kafka: improve the documentation about consumer streams vs consumers count
                 Key: CAMEL-16981
                 URL: https://issues.apache.org/jira/browse/CAMEL-16981
             Project: Camel
          Issue Type: Improvement
            Reporter: Otavio Rodolfo Piske
            Assignee: Otavio Rodolfo Piske


We have 2 settings that control the concurrency of the component:
 * consumerStreams
 * consumerCount

The first one determines the size of the thread pool used for the consumers whereas the second determines the number of concurrent consumer threads. 

 

Our documentation does not make it clear the distinction between these 2 settings and misconfiguring them may lead to degradation of performance on the consumer end.

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)