From 47a7eb527c2c2bfccafbfc1350cbab15a882cc2b Mon Sep 17 00:00:00 2001 From: "data-plane-api(CircleCI)" Date: Mon, 24 Aug 2020 16:01:31 +0000 Subject: [PATCH] doc: clarify handling of duplicate xDS resource names (#12756) Risk Level: Low Testing: N/A Docs Changes: Included in PR Release Notes: N/A Signed-off-by: Mark D. Roth Mirrored from https://github.com/envoyproxy/envoy @ c7323f25ee8395736b5b6d37a4521b29eeb84a0f --- xds_protocol.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xds_protocol.rst b/xds_protocol.rst index 725c5cb0..c7cbe6f0 100644 --- a/xds_protocol.rst +++ b/xds_protocol.rst @@ -449,6 +449,12 @@ no mechanism for providing incremental updates of repeated fields within a named Most notably, there is currently no mechanism for incrementally updating individual endpoints within an EDS response. +Duplicate Resource Names +^^^^^^^^^^^^^^^^^^^^^^^^ + +It is an error for a server to send a single response that contains the same resource name +twice. Clients should NACK responses that contain multiple instances of the same resource name. + Deleting Resources ^^^^^^^^^^^^^^^^^^