Clients using traditional network transports (HTTP, SMTP, WebSocket, TCP, etc.) require a mechanism to discover and communicate with workers within a cluster.
Today, each transport tends to expose its own connection semantics, resulting in duplicated implementations for connection pooling, cleanup, lifecycle management, multiplexing, health monitoring, and resource ownership.
It would be beneficial to introduce a transport-agnostic connection management abstraction that can be specialized by individual protocols while sharing common lifecycle behavior.
Clients using traditional network transports (HTTP, SMTP, WebSocket, TCP, etc.) require a mechanism to discover and communicate with workers within a cluster.
Today, each transport tends to expose its own connection semantics, resulting in duplicated implementations for connection pooling, cleanup, lifecycle management, multiplexing, health monitoring, and resource ownership.
It would be beneficial to introduce a transport-agnostic connection management abstraction that can be specialized by individual protocols while sharing common lifecycle behavior.