Support Multiple Producers in Parallel Consumer? #461
Unanswered
Colin Kuo (colinkuo)
asked this question in
General
Replies: 1 comment
-
|
Did you mean multiple producers? Or multiple consumers? What's the use case? More capacity for sending large amounts of records concurrently? If so - sure, that makes sense. Any thoughts on how you'd like to see this? Round robin sending across the list of provided producers? We'd have to disable transaction support for this mode of operation, but I doubt anyone will object to that. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello,
The following class
ParallelConsumerOptionsonly allows configuring a single producer. I wonder if we can configure multiple consumers in Parallel Consumer.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions