You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create a Docker image using an Alpine Linux as the base image and use my .NET project which has the Confluent.Kafka package installed (which has a dependency on the librdkafka.redist package), I encounter an error while running the project. The error is due to the missing shared object file "alpine-librdkafka.so" under the "runtimes/linux-arm64/native/" folder in the librdkafka.redist package.
Description
When I create a Docker image using an Alpine Linux as the base image and use my .NET project which has the Confluent.Kafka package installed (which has a dependency on the librdkafka.redist package), I encounter an error while running the project. The error is due to the missing shared object file "alpine-librdkafka.so" under the "runtimes/linux-arm64/native/" folder in the librdkafka.redist package.
Logs and additional information about this error are well documented in this confluent-kafka-dotnet issue:
confluentinc/confluent-kafka-dotnet#778
How to reproduce
Checklist
Workaround in Dockerfile
Just copy and rename the file manual in your Dockerfile.
How to fix
Create apline-librdkafka.so file in runtimes/linux-arm64/native/ folder while creating librdkafka.redist package.
The text was updated successfully, but these errors were encountered: