fnproject / fdk-java

Java API and runtime for fn.
Apache License 2.0
142 stars 53 forks source link

Add Unix socket handling JNI library to runtime jar #253

Closed zootalures closed 3 years ago

zootalures commented 3 years ago

This bundles the UDS socket JNI library within the runtime jar artifact

This allows users building custom runtimes to fetch and extract this library on build (without fetching the docker image) when building home-grown runtime images.