Hi ktor team, jdk has support for UDS since JDK 16...
# ktor
s
Hi ktor team, jdk has support for UDS since JDK 16 (https://inside.java/2021/02/03/jep380-unix-domain-sockets-channels/) ..Does Ktor has support for plugging in an additional socket channel so that i can server http traffic over uds instead for regular one (similar to docker, where the docker cli communicate to deamon over uds)? I am using Netty in my current setup, also I am not looking for a multiplatform solution.
a
Unfortunately, Ktor supports Unix domain sockets only as part of the
CIO
engine.