Skip to content
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

Support for unix abstract sockets #966

Open
hexfusion opened this issue Apr 5, 2022 · 2 comments
Open

Support for unix abstract sockets #966

hexfusion opened this issue Apr 5, 2022 · 2 comments

Comments

@hexfusion
Copy link

hexfusion commented Apr 5, 2022

Feature Request

#861 added support for unix domain sockets but it doesn't appear to support abstract sockets. Rust added abstract namespace support recently rust-lang/rust#85379 and I was curious if there was a workaround or general timeline for adding this support.

Motivation

As a multi lang gRPC developer I would like to utilize abstract sockets which are supported in other languages for example grpc-go[1].

[1] https://github.com/grpc/grpc-go/tree/v1.45.x/examples/features/unix_abstract

@hexfusion
Copy link
Author

hexfusion commented Apr 5, 2022

cc @LucioFranco it appears that you reviewed the original PR. Thanks in advance.

@LucioFranco
Copy link
Member

I would imagine we first need to implement this in tokio then it should be possible to support this in tonic.

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

No branches or pull requests

2 participants