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
group_subscriber_v2 behavior adds parallelism to group subscribers. However, spawning too many parallel workers may become a problem. There should be a way to put an upper limit on the number of parallel workers.
The text was updated successfully, but these errors were encountered:
k32
changed the title
Implement a worker pool for topic-partition workers
Implement a pool of topic-partition workers
Sep 26, 2019
It depends on the broker settings. We don't use Confluent-managed Kafka, so I don't know how many parallel connections per host they allow. In relative terms 6 doesn't seem too many, we easily use 20 per host.
group_subscriber_v2 behavior adds parallelism to group subscribers. However, spawning too many parallel workers may become a problem. There should be a way to put an upper limit on the number of parallel workers.
The text was updated successfully, but these errors were encountered: