https://kotlinlang.org logo
#ktor
Title
# ktor
s

suresh

10/11/2023, 5:03 PM
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

Aleksei Tirman [JB]

10/12/2023, 5:32 AM
Unfortunately, Ktor supports Unix domain sockets only as part of the
CIO
engine.
2 Views