Support for making Nomad listen on Unix Domain Socket #17574
Labels
stage/accepted
Confirmed, and intend to work on. No timeline committment though.
theme/api
HTTP API and SDK issues
type/enhancement
Use-cases
For testing purposes I wish to start many Nomad servers in parallel.
To avoid port conflicts and running out of ports, I would like to make Nomad listen on Unix Domain Sockets instead of
localhost
ports.consul
apparently already has Unix Domain Socket support, see docs:I would like to do the same with Nomad.
It does not seem to have such support (docs).
Attempted Solutions
The text was updated successfully, but these errors were encountered: