Open AnnaTurnerConfluent opened 4 months ago
Description Running this client was not possible on macosx due to the following error: Unhandled exception. System.DllNotFoundException: Failed to load the librdkafka native library. This occurs even after brew install librdkafka
Unhandled exception. System.DllNotFoundException: Failed to load the librdkafka native library.
brew install librdkafka
Troubleshooting Related issues: https://github.com/confluentinc/confluent-kafka-dotnet/issues/1005 Seems Confluent.Kafka 1.8.2 has a dependency which is not included. Installing with brew did not resolve this.
Bumping the version of Confluent.Kafka to 1.9.2 resolved this issue.
Environment
Description Running this client was not possible on macosx due to the following error:
Unhandled exception. System.DllNotFoundException: Failed to load the librdkafka native library.
This occurs even afterbrew install librdkafka
Troubleshooting Related issues: https://github.com/confluentinc/confluent-kafka-dotnet/issues/1005 Seems Confluent.Kafka 1.8.2 has a dependency which is not included. Installing with brew did not resolve this.
Bumping the version of Confluent.Kafka to 1.9.2 resolved this issue.
Environment