hashicorp / serf

Service orchestration and management tool.
https://github.com/hashicorp/serf/blob/master/docs/index.html.markdown
Mozilla Public License 2.0
5.88k stars 596 forks source link

Unix Domain Sockets for the RPC address. #711

Open onemorezero opened 10 months ago

onemorezero commented 10 months ago

It would be great if we could specify unix domain sockets for the RPC endpoint. I currently work on a system that where port collision is a real issue as our scheduler doesn't provide network isolation. Binding to port zero doesn't help as I cannot discover the random port that serf actually bound to, Unix domain sockets would allow for a workaround.