Requesting runtime support for apple m1 chip #3791
santhan-mastery
started this conversation in
Ideas
Replies: 1 comment
-
LibrdKafka Issue 591 is the primary source to track this work, this is known and a work in progress. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Confluent kafka depends on librdkafka and it seems like available runtimes doesn't have compatibility for mac m1 chip.
Available run times :
linux-arm64 linux-x64 osx-arm64 osx-x64 win-x64 win-x86
Error:
Unhandled exception. System.DllNotFoundException: Failed to load the librdkafka native library. at Confluent.Kafka.Impl.Librdkafka.TrySetDelegates(List
1 nativeMethodCandidateTypes)at Confluent.Kafka.Impl.Librdkafka.LoadOSXDelegates(String userSpecifiedPath)
at Confluent.Kafka.Impl.Librdkafka.Initialize(String userSpecifiedPath)
at Confluent.Kafka.Consumer
2..ctor(ConsumerBuilder
2 builder)at Confluent.Kafka.ConsumerBuilder
2.Build()
Beta Was this translation helpful? Give feedback.
All reactions