contour
contour copied to clipboard
xDS stale nonce is ignored
From the Envoy docs
The management server should not send a DiscoveryResponse for any DiscoveryRequest that has a stale nonce.
I don't see that in the current implementation which would be another source of unneeded updates sent to Envoy
Hey @phylake thanks for reporting this, I'm still digging into some of this specific to xDS. I know there are additional xDS things (https://github.com/heptio/contour/issues/1176) we should handle more properly. Let me poke around and see what's needed from a Contour perspective.
eecdb7e999af43e9e4d45723df057e41c0b7449e added error level logging of NACKs from envoy. Moving to the backlog as there is no work scheduled before 1.0
This is most likely related to #1176, which we are getting prioritized soon.