Replies: 1 comment
-
If you feel that this is an issue with librdkafka, please create an issue for the same using template https://github.com/edenhill/librdkafka/issues/new |
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.
-
After creating a producer with rd_kafka_new(RD_KAFKA_PRODUCER, producerConfig, errorBuffer, sizeof(errorBuffer));
rd_kafka_destroy doesn't free all the memory allocated for the producer object. After multiple publishing there are significant memory leaks. Please advise how to prevent it or if there has been a code fix for this problem.
Beta Was this translation helpful? Give feedback.
All reactions