Skip to content

Cluster Internal Connection Support #107

@Eeshu-Yadav

Description

@Eeshu-Yadav

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions