MZ-Q

Results 3 comments of MZ-Q

Same issue during ProduceAsync call on Docker. Confluent.Kafka nuget version. v 1.3.0 Docker runtime: mcr.microsoft.com/dotnet/core/runtime:3.1-bionic On the other hand, out of Docker container - no issues found for Ubuntu 18.04....

> don't explicitly install librdkafka - librdkafka 0.11.3 is not compatible with Confluent.Kafka 1.3.0. I'm using: `RUN apt-get update -y && apt-get install -y librdkafka-dev` In Docker file. Because It...

> the librdkafka.redist nuget package is a dependency of Confluent.Kafka, it should automatically use the librdkafka version in that. Awesome. Previously I had `System.DllNotFoundException: Failed to load the librdkafka native...