Search before asking
Enhancement Request
Implement 'NameResolver' and 'LoadBalancer' extension points on top of the Java SDK's protocol. At present, the Java SDK lacks a unified load balancing extension, and only provides an optional load balancing implementation for the HTTP protocol (see org.apache.eventmesh.common.loadbalance.LoadBalanceSelector).
Describe the solution you'd like
Implement 'NameResolver' and 'LoadBalancer' extension points on top of the Java SDK's protocol, support user-defined load balancing implementation.
Are you willing to submit PR?