While it is relatively simple to connect to java.net.InetSocketAddress using TCP or UDP in akka, there seems to be no equivalent for SocketAddress and Unix sockets in the API.
For my current project, I need to connect to the Docker Remote-API using Unix-Socket. Is there a way to do this with akka or do I need to use a different approach?
scala akka unix-socket
Richard
source share