Recommendation: Multiple Parallel Consumer instances (different group.id) in same app for workload isolation and fan-out control #910
Unanswered
mayurjaiswal9
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi PC team,
We are using Confluent Parallel Consumer in a service that consumes multiple topics. We have two main workloads:
We currently run these through the same application and have experimented with sharing a single PC (or shared resources). We are seeing a few problems:
We are considering changing the architecture to:
group.idsThis would give us:
Questions:
We’re not asking about partitions or just “more threads” — we’re specifically trying to avoid:
Would appreciate guidance on whether this is the right architectural direction with Parallel Consumer.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions