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
I am trying to initialize a consumer (C language) with the librdkafka-dev 1.8.0-1build1 library in Kubuntu 22.04. The problem is that I am getting an error when running:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
I am trying to initialize a consumer (C language) with the librdkafka-dev 1.8.0-1build1 library in Kubuntu 22.04. The problem is that I am getting an error when running:
rd_kafka_new(RD_KAFKA_CONSUMER, conf, errstr, sizeof(errstr));
The error is the following:
rd.h:148: rd_strdup: Assertion `n' failed.
Please, could you tell me if you have had a similar experience or any possible solution to the problem?
Greetings
Beta Was this translation helpful? Give feedback.
All reactions