Skip to content

Commit dd7f6d0

Browse files
zerdamhowlett
authored andcommitted
add native methods from alpine-librdkafka.so (#883)
1 parent 1007b18 commit dd7f6d0

File tree

2 files changed

+706
-0
lines changed

2 files changed

+706
-0
lines changed

src/Confluent.Kafka/Impl/LibRdKafka.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ public static bool Initialize(string userSpecifiedPath)
436436
nativeMethodTypes.Add(typeof(NativeMethods.NativeMethods));
437437
nativeMethodTypes.Add(typeof(NativeMethods.NativeMethods_Debian9));
438438
nativeMethodTypes.Add(typeof(NativeMethods.NativeMethods_Centos7));
439+
nativeMethodTypes.Add(typeof(NativeMethods.NativeMethods_Alpine));
439440
}
440441
}
441442
else

0 commit comments

Comments
 (0)