Replies: 1 comment
-
Close because it's known issue. |
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.
-
I checked with v1.9.2.
I have the following 2 applications and app2's memory usage increases.
My consumer's metrics output as follows. Topic
0
is already deleted from broker and unsubscribed from consumer, but deleted topic + UA partiton info still exists.In my understanding, deleted topic and partition objects (rd_kafka_toppar_t) remain while consumer main thread is running.
https://github.com/edenhill/librdkafka/blob/v1.9.2/src/rdkafka.c#L2118
If it's correct, Should I re-create consumer object periodically to reduce memory usage increase? Is there other way?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions