Skip to content

Commit 7ee3674

Browse files
authored
xDS docs: clarify that nonce is per-resource-type in ADS (#37835)
Signed-off-by: Mark D. Roth <[email protected]>
1 parent 8e209a4 commit 7ee3674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/root/api-docs/xds_protocol.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ all subsequent requests from the client must set the
302302
nonce received from the server on that stream. This allows servers to determine which response a
303303
given request is associated with, which avoids various race conditions in the SotW protocol
304304
variants. Note that the nonce is valid only in the context of an individual xDS stream; it does
305-
not survive stream restarts.
305+
not survive stream restarts. In the aggregated protocol variant, the nonce is tracked separately for each resource type.
306306

307307
Only the first request on a stream is guaranteed to carry the node identifier.
308308
The subsequent discovery requests on the same stream may carry an empty node

0 commit comments

Comments
 (0)