Support for unix abstract sockets
Open
- Dominant language
- Rust
- Stars
- 12.5k
- Forks
- 1.3k
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 24
Description
## Feature Request
https://github.com/hyperium/tonic/pull/861 added support for unix domain sockets but it doesn't appear to support abstract sockets. Rust added abstract namespace support recently https://github.com/rust-lang/rust/pull/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
Contributor guide
Assessment
This issue has not been assessed yet.