GlitchEnzo/NuGetForUnity

Confluent.Kafka package missing libraries.

0x6c6565 opened this issue · 1 comments

Description

The libraries aren't downloading and I'm getting an error that the librdkafka.dll failed to load when I try to build a kafka producer.

I've tried both with and without Allow Unsafe Code.

  • NuGet Package: Confluent.Kafka.1.3.0
  • NuGetForUnity Version: Most recent download
  • Unity Version: Unity 2019.3.3
  • Operating System: Windows 10
JoC0de commented

At the time this issue was created this package wasn't actively maintained. So sorry for eventual trouble. Now there are some new active contributors.

Confluent.Kafka depends on librdkafka.redist that requires some native dll to be published with the application currently this is not handled by NuGetForUnity automatically. PR #421 will fix this.
image