You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UV_THREADPOOL_SIZE is set to 30.
The consumer run on in a docker container and each consumer runs on a different host (8 cores).
Additional context
The consumer consumes messages well, but as we can see in the picture below, each Kafka broker is the leader of two partitions and the consumer consumes only 1 partition:
Initially, the consumer commit messages manually, I changed it to auto-commit and i have the same result. #180 Note
We have a Kafka cluster with 4 brokers, and each one has only 2 cores(to this consumer we add a sink and source connector), is that enough?
Any help is welcome
Thank's
Samir
The text was updated successfully, but these errors were encountered:
I think that the problem is related to this fixed issue on librdkafka, but it require to change C++ wrapper in node-rdkafka to support the type of per-partition polling. confluentinc/librdkafka#1395 (comment)
Environment Information
node-rdkafka Configuration Settings
I use non-following mode consumer and each batch contains 2000 records, consumer configuration:
UV_THREADPOOL_SIZE is set to 30.
The consumer run on in a docker container and each consumer runs on a different host (8 cores).
Additional context
The consumer consumes messages well, but as we can see in the picture below, each Kafka broker is the leader of two partitions and the consumer consumes only 1 partition:
Initially, the consumer commit messages manually, I changed it to auto-commit and i have the same result. #180
Note
We have a Kafka cluster with 4 brokers, and each one has only 2 cores(to this consumer we add a sink and source connector), is that enough?
Any help is welcome
Thank's
Samir
The text was updated successfully, but these errors were encountered: