Skip to content

Commit

Permalink
clarify resource warming docs in xds protocol (#22377)
Browse files Browse the repository at this point in the history
Signed-off-by: Rama Chavali <[email protected]>
  • Loading branch information
ramaraochavali authored Aug 10, 2022
1 parent 8514586 commit 691cdf2
Showing 1 changed file with 12 additions and 0 deletions.
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

0 comments on commit 691cdf2

Please sign in to comment.