RAM keeps on increasing when consumer starts #3762
Unanswered
shubhangiam
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.
-
If consumer is even little bit late in consuming and destroying message object .... RAM keeps on increasing.... it never decreases ..... As per my understanding, when the last msg in allocated buffer is used, librdkafka will release the underlying memory ..... When Kfakfa consumer consume msg immediately then no issue...but if processing is done in between... then there is increase in memory.
Beta Was this translation helpful? Give feedback.
All reactions