mfontanini / cppkafka

Modern C++ Apache Kafka client library (wrapper for librdkafka)
BSD 2-Clause "Simplified" License
587 stars 207 forks source link

get_member_id leak fix #309

Closed ilejn closed 7 months ago

ilejn commented 1 year ago

According to librdkafka manual, the application must free the area returned by rd_kafka_memberid with free() or rd_kafka_mem_free()

mfontanini commented 7 months ago

Thanks!