Skip to content

Commit 46d06e5

Browse files
zerdamhowlett
authored andcommitted
add native methods from alpine-librdkafka.so (#883)
1 parent 7a2fc0f commit 46d06e5

2 files changed

Lines changed: 706 additions & 0 deletions

File tree

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)