-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Extract connection state from Transport #31835
Copy link
Copy link
Closed
Labels
:Distributed/NetworkHttp and internode communication implementationsHttp and internode communication implementations>enhancement
Description
Today we keep all state related to what node we are connected etc. inside Transport / TCPTransport. This make it difficult to connect to nodes with different profiles ie. for CCS vs. local cluster (zen) connection. We should move the connection state out of Transport such that the caller can decide who owns the state and what profile is used for the connection.
/cc @tbrooks8 @jasontedor
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:Distributed/NetworkHttp and internode communication implementationsHttp and internode communication implementations>enhancement
Type
Fields
Give feedbackNo fields configured for issues without a type.