consul/agent/grpc-external
freddygv 7f9a5d0f58 Add basic nonce management
This commit adds a monotonically increasing nonce to include in peering
replication response messages. Every ack/nack from the peer handling a
response will include this nonce, allowing to correlate the ack/nack
with a specific resource.

At the moment nothing is done with the nonce when it is received. In the
future we may want to add functionality such as retries on NACKs,
depending on the class of error.
2022-10-11 19:02:04 -06:00
..
limiter xDS Load Balancing (#14397) 2022-09-09 15:02:01 +01:00
services Add basic nonce management 2022-10-11 19:02:04 -06:00
testutils
forward.go
options.go Support Stale Queries for Trust Bundle Lookups (#14724) 2022-09-28 09:56:59 -07:00
options_test.go Support Stale Queries for Trust Bundle Lookups (#14724) 2022-09-28 09:56:59 -07:00
server.go gRPC server metrics (#14922) 2022-10-11 17:00:32 -05:00
stats_test.go gRPC server metrics (#14922) 2022-10-11 17:00:32 -05:00
utils.go