-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.2.0
-
Component/s: libprocess
-
Labels:
-
Target Version/s:
-
Epic Link:
-
Sprint:Mesosphere Sprint 46, Mesosphere Sprint 47
-
Story Points:5
We should consider allowing two programs on the same host using libprocess to communicate via Unix domain sockets rather than TCP. This has a few advantages:
- Security: remote hosts cannot connect to the Unix socket. Domain sockets also offer additional support for authentication.
- Performance: domain sockets are marginally faster than localhost TCP.
- blocks
-
MESOS-6240 Allow executor/agent communication over non-TCP/IP stream socket.
-
- Resolved
-
- relates to
-
MESOS-3815 Executors cannot register with SSL-required agent
-
- Resolved
-