You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This problem occurs when the list_offsets interface is invoked for multiple times. testtopic indicates the created topic. There are three partitions and a few message offsets.
Checklist
Please provide the following information:
confluent-kafka-python and librdkafka version (confluent_kafka.version('2.3.0') and confluent_kafka.libversion('2.3.0')):
Apache Kafka broker version: 3.5.0
Client configuration: {...}
Operating system: linux
Provide client logs (with 'debug': '..' as necessary)
Provide broker log excerpts
Critical issue
The text was updated successfully, but these errors were encountered:
Description
When the list_offsets() method of the AdminClient is invoked for multiple times, memory leakage occurs and the memory usage keeps increasing.
How to reproduce
This problem occurs when the list_offsets interface is invoked for multiple times. testtopic indicates the created topic. There are three partitions and a few message offsets.
Checklist
Please provide the following information:
confluent_kafka.version('2.3.0')
andconfluent_kafka.libversion('2.3.0')
):{...}
'debug': '..'
as necessary)The text was updated successfully, but these errors were encountered: