forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api/faq: add entry on incremental xDS. (envoyproxy#10876)
Also remove some stale comments around delta xDS in ConfigSource. Fixes envoyproxy#10836 Signed-off-by: Harvey Tuch <htuch@google.com> Signed-off-by: pengg <pengg@google.com>
- Loading branch information
1 parent
bac607e
commit 935e74e
Showing
8 changed files
with
14 additions
and
26 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
What is the status of incremental xDS support? | ||
============================================== | ||
|
||
The :ref:`incremental xDS <xds_protocol_delta>` protocol is designed to improve efficiency, | ||
scalability and functional use of xDS updates via two mechanisms: | ||
|
||
* Delta xDS. Resource deltas are delivered rather than state-of-the-world. | ||
* On-demand xDS. Resource can be lazy loaded depending on request contents. | ||
|
||
Currently, all xDS protocols (including ADS) support delta xDS. On-demand xDS is supported for | ||
:ref:`VHDS <config_http_conn_man_vhds>` only. |
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
generated_api_shadow/envoy/config/core/v3/config_source.proto
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
generated_api_shadow/envoy/config/core/v4alpha/config_source.proto
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.