apache / apache/eventmesh

[Enhancement] Implement 'NameResolver' and 'LoadBalancer' extension points on top of the Java SDK's protocol

Open
#1,016 0 comments 0 reactions 0 assignees View on GitHub
enhancement help wanted
Dominant language
Java
Stars
1.8k
Forks
658
Avg merge
11h 29m
Merged PRs (30d)
52

Description

### Search before asking

- [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues.

### 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?

- [ ] Yes I am willing to submit a PR!

Contributor guide

Open the contributing guide

Research direction

Start by examining the Java SDK protocol and the existing org.apache.eventmesh.common.loadbalance.LoadBalanceSelector used by the HTTP protocol. Determine how NameResolver and LoadBalancer should fit across the SDK protocols and how user-defined implementations are registered. Done means both extension points are available through the Java SDK with a consistent user-defined load-balancing path.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend-api-design, distributed-systems
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.