is it possible to create Producers WITHOUT creating new threads #3931
Unanswered
aKumara123
asked this question in
Q&A
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.
-
When a Producer is created (both C++/C APIs), new threads are created.
This discourages (as large no of threads make (Linux)Process monitoring difficult) using large no of Producer objects.
Is there a way to create Producers WITHOUT creating new threads ? (i.e. librdKafka to use already existing threads for it's communication with Kafka Brokers.)
Beta Was this translation helpful? Give feedback.
All reactions