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

eds: Adding eds caching support to grpc-mux #28273

Merged
merged 9 commits into from
Aug 2, 2023
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/main' into eds_caching_part2
Signed-off-by: Adi Suissa-Peleg <adip@google.com>
  • Loading branch information
adisuissa committed Jul 19, 2023
commit 513a85453951f55c0591db0f1d594ba617d4c969
2 changes: 2 additions & 0 deletions source/common/runtime/runtime_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ FALSE_RUNTIME_GUARD(envoy_reloadable_features_runtime_initialized);
FALSE_RUNTIME_GUARD(envoy_reloadable_features_always_use_v6);
// TODO(pradeepcrao) reset this to true after 2 releases (1.27)
FALSE_RUNTIME_GUARD(envoy_reloadable_features_enable_include_histograms);
// TODO(wbpcode) complete remove this feature is no one use it.
FALSE_RUNTIME_GUARD(envoy_reloadable_features_refresh_rtt_after_request);
// TODO(adip) this will be enabled by default once the work on the feature is
// done in EdsClusterImpl.
FALSE_RUNTIME_GUARD(envoy_restart_features_use_eds_cache_for_ads);
htuch marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.