We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1007b18 commit dd7f6d0Copy full SHA for dd7f6d0
src/Confluent.Kafka/Impl/LibRdKafka.cs
@@ -436,6 +436,7 @@ public static bool Initialize(string userSpecifiedPath)
436
nativeMethodTypes.Add(typeof(NativeMethods.NativeMethods));
437
nativeMethodTypes.Add(typeof(NativeMethods.NativeMethods_Debian9));
438
nativeMethodTypes.Add(typeof(NativeMethods.NativeMethods_Centos7));
439
+ nativeMethodTypes.Add(typeof(NativeMethods.NativeMethods_Alpine));
440
}
441
442
else
0 commit comments