这是indexloc提供的服务,不要输入任何密码
Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mkurz
Copy link
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