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
We recently updated our version of librdkafka and noticed that producers are segfaulting when request.required.acks is set to 0. I was able to reproduce this with rdkafka_example:
We recently updated our version of librdkafka and noticed that producers are segfaulting when request.required.acks is set to 0. I was able to reproduce this with rdkafka_example:
It looks like rd_kafka_produce_reply_handle is being called with an NULL reply:
Git bisect makes it look like this was introduced in a52f585.
librdkafka has been a pleasure to use so far, thanks for all the work!
The text was updated successfully, but these errors were encountered: