eclipse-vertx / vert.x

Vert.x is a tool-kit for building reactive applications on the JVM
http://vertx.io
Other
14.26k stars 2.07k forks source link

Support for Unix Domain DatagramSocket #5218

Open Eng-Fouad opened 3 months ago

Eng-Fouad commented 3 months ago

Describe the feature

A SOCK_DGRAM variant of an AF_UNIX socket.

Use cases

systemd-notify receives notification from the service through unix-domain datagram-socket.

Contribution

Netty already supports this feature: https://github.com/netty/netty/pull/11423