-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Cluster Internal Endpoint Connection
Enable clusters to establish connections to internal listeners by implementing support for EndpointAddressType::Internal in cluster connection logic.
- Modify cluster balancers to handle internal endpoints
- Implement connection establishment to internal listeners
- Integrate with existing load balancing and health checking
- Add proper error handling for internal connection failures
Technical Requirements
Current State
match endpoint.address {
EndpointAddressType::Internal(internal_addr, transport) => {
// TODO: Not implemented
}
}Dependencies
Metadata
Metadata
Assignees
Labels
No labels