Make use of Unix Domain Sockets in Netty (using the NIO transport) by mkurz · Pull Request #13222 · playframework/playframework · GitHub
Skip to content

Make use of Unix Domain Sockets in Netty (using the NIO transport)#13222

Draft
mkurz wants to merge 2 commits intoplayframework:mainfrom
mkurz:Unix-Domain-Sockets_NIO
Draft

Make use of Unix Domain Sockets in Netty (using the NIO transport)#13222
mkurz wants to merge 2 commits intoplayframework:mainfrom
mkurz:Unix-Domain-Sockets_NIO

Conversation

@mkurz
Copy link
Copy Markdown
Member

@mkurz mkurz commented Mar 27, 2025

Low priority, just pushing what I was playing around with.

Currently this is not working, because we run into an java.nio.channels.UnsupportedAddressTypeException.
That is because we use the NioServerDomainSocketChannel which expects we are working with sockets (= file path), but we pass an inet address (host:port).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Unix domain sockets in Netty backend

1 participant