Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clean server factory context and partly revert #29289 #31458

Merged
merged 2 commits into from
Dec 20, 2023

Conversation

wbpcode
Copy link
Member

@wbpcode wbpcode commented Dec 20, 2023

Commit Message: clean server factory context and partly revert #29289
Additional Description:

#29289 added ECDS support to the composite filter which is great. But it also introduced a new method to the server factory context which is not recommended.

SingletonManager is better choice to achieve this target. If more stable lifetime is necessary, then a pinned singleton instance should be enough.

Risk Level: low.
Testing: n/a.
Docs Changes: n/a.
Release Notes: n/a.
Platform Specific Features: n/a.

Signed-off-by: wbpcode <[email protected]>
@wbpcode
Copy link
Member Author

wbpcode commented Dec 20, 2023

cc @ramaraochavali I believe this won't effect ecds support in the composite filter.

@wbpcode
Copy link
Member Author

wbpcode commented Dec 20, 2023

Hi, @mattklein123 could you take a look at this patch when you have free time, thanks :). @alyssawilk is on her vocation.

@ramaraochavali
Copy link
Contributor

cc @ramaraochavali I believe this won't effect ecds support in the composite filter.

As long as composite integration test passes we should be good :-)

cc: @kyessenov

@wbpcode wbpcode merged commit 812a9ac into envoyproxy:main Dec 20, 2023
53 checks passed
@wbpcode wbpcode deleted the dev-partly-revert-29289 branch December 20, 2023 15:32
mum4k pushed a commit to envoyproxy/nighthawk that referenced this pull request Dec 21, 2023
- Update the ENVOY_COMMIT and ENVOY_SHA in bazel/repositories.bzl to the latest Envoy's commit.
- Update stream_decoder to support envoyproxy/envoy#31141
- Update source/client/process_impl.cc to support envoyproxy/envoy#31458
- Re-enable test_gcc target to resolve #1049 since we've included envoyproxy/envoy#31470

Signed-off-by: tomjzzhang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants