dynamic_modules: support using envoy native load balancers with dynamic module clusters - #46883
Open
basundhara-c wants to merge 6 commits into
Open
dynamic_modules: support using envoy native load balancers with dynamic module clusters#46883basundhara-c wants to merge 6 commits into
basundhara-c wants to merge 6 commits into
Conversation
Signed-off-by: Basundhara Chakrabarty <basundhara17061996@gmail.com>
Signed-off-by: Basundhara Chakrabarty <basundhara17061996@gmail.com>
Signed-off-by: Basundhara Chakrabarty <basundhara17061996@gmail.com>
Signed-off-by: Basundhara Chakrabarty <basundhara17061996@gmail.com>
basundhara-c
force-pushed
the
dm-cluster-native-lb
branch
from
August 22, 2026 07:21
db3272c to
0188a48
Compare
Signed-off-by: Basundhara Chakrabarty <basundhara17061996@gmail.com>
Contributor
Author
|
/retest |
basundhara-c
force-pushed
the
dm-cluster-native-lb
branch
from
August 22, 2026 08:31
0188a48 to
ffab647
Compare
Signed-off-by: Basundhara Chakrabarty <basundhara17061996@gmail.com>
basundhara-c
marked this pull request as ready for review
August 24, 2026 06:23
basundhara-c
requested review from
agrawroh,
mathetake,
mattklein123 and
wbpcode
as code owners
August 24, 2026 06:23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Commit Message:
dynamic_modules: support using envoy native load balancers with dynamic module clusters
Additional Description:
Until now a dynamic module cluster had to use CLUSTER_PROVIDED, meaning the module implemented host selection itself. This change lets such a cluster use Envoy's built-in load balancing instead, so a module can just discover hosts and leave host selection to Envoy.
Supported lb_policy values:
Risk Level: Low
Testing: Unit and Integration Tests
Docs Changes: N.A (Changelog only)
Release Notes: N.A
Platform Specific Features: N.A
AI disclosure: AI tools have been used to assist with this PR, but I understand the code and am responsible for it.