librdkafka
librdkafka copied to clipboard
fix race for stat counters
Addresses https://github.com/confluentinc/librdkafka/issues/4522
rd_atomic32_set instead of rd_atomic32_init in rd_kafka_bufq_init
As far as I can see, test errors before the change and after it are the same