Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confluent.Kafka package missing libraries. #325

Closed
0x6c6565 opened this issue Mar 2, 2020 · 2 comments
Closed

Confluent.Kafka package missing libraries. #325

0x6c6565 opened this issue Mar 2, 2020 · 2 comments

Comments

@0x6c6565
Copy link

0x6c6565 commented Mar 2, 2020

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
Copy link
Collaborator

JoC0de commented Aug 12, 2023

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

@JoC0de JoC0de linked a pull request Aug 12, 2023 that will close this issue
@JoC0de
Copy link
Collaborator

JoC0de commented Oct 29, 2024

Fixed by #631

@JoC0de JoC0de closed this as completed Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants