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

clarify resource warming docs in xds protocol #22377

Merged
merged 10 commits into from
Aug 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/root/api-docs/xds_protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,18 @@ server does not provide EDS/RDS responses, Envoy will not initialize
itself during the initialization phase and the updates sent via CDS/LDS
will not take effect until EDS/RDS responses are supplied.

.. note::

Envoy specific implementation notes:

- Warming of ``Cluster`` is completed only when a new ``ClusterLoadAssignment``
response is supplied by management server even if there is no change in endpoints.
- Warming of ``Listener`` is completed even if management server does not send a
response for ``RouteConfiguration`` referenced by ``Listener``. Envoy will use the
previously sent ``RouteConfiguration`` to finish ``Listener`` warming. Management Server
has to send the ``RouteConfiguration`` response only if it has changed or it was never
sent in the past.

.. _xds_protocol_eventual_consistency_considerations:

Eventual consistency considerations
Expand Down