consul/agent/config
Derek Menteer 48c4a5b736
Add grpc keepalive configuration. (#19339)
Prior to the introduction of this configuration, grpc keepalive messages were
sent after 2 hours of inactivity on the stream. This posed issues in various
scenarios where the server-side xds connection balancing was unaware that envoy
instances were uncleanly killed / force-closed, since the connections would
only be cleaned up after ~5 minutes of TCP timeouts occurred. Setting this
config to a 30 second interval with a 20 second timeout ensures that at most,
it should take up to 50 seconds for a dead xds connection to be closed.
2023-10-24 08:05:31 -05:00
..
testdata Add grpc keepalive configuration. (#19339) 2023-10-24 08:05:31 -05:00
agent_limits.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
builder.go Add grpc keepalive configuration. (#19339) 2023-10-24 08:05:31 -05:00
builder_ce.go Remove old build tags (#19128) 2023-10-10 10:58:06 -04:00
builder_ce_test.go Remove old build tags (#19128) 2023-10-10 10:58:06 -04:00
builder_test.go agent/config: prevent startup if resource-apis experiment and cloud are enabled (#18876) 2023-09-19 19:50:45 -04:00
config.deepcopy.go Run copyright after running deep-copy as part of the Makefile/CI (#18741) 2023-09-11 13:50:52 -04:00
config.go Add grpc keepalive configuration. (#19339) 2023-10-24 08:05:31 -05:00
config_ce.go Remove old build tags (#19128) 2023-10-10 10:58:06 -04:00
deep-copy.sh fix: NET-1521 show latest config in /v1/agent/self (#18681) 2023-09-08 09:47:31 +10:00
default.go Add grpc keepalive configuration. (#19339) 2023-10-24 08:05:31 -05:00
default_ce.go Remove old build tags (#19128) 2023-10-10 10:58:06 -04:00
deprecated.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
deprecated_test.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
doc.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
file_watcher.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
file_watcher_test.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
flags.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
flags_test.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
flagset.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
golden_test.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
limits.go Remove old build tags (#19128) 2023-10-10 10:58:06 -04:00
limits_windows.go Remove old build tags (#19128) 2023-10-10 10:58:06 -04:00
merge.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
merge_test.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
ratelimited_file_watcher.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
ratelimited_file_watcher_test.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
runtime.go Add grpc keepalive configuration. (#19339) 2023-10-24 08:05:31 -05:00
runtime_ce.go Remove old build tags (#19128) 2023-10-10 10:58:06 -04:00
runtime_ce_test.go Remove old build tags (#19128) 2023-10-10 10:58:06 -04:00
runtime_test.go Add grpc keepalive configuration. (#19339) 2023-10-24 08:05:31 -05:00
segment_ce.go Remove old build tags (#19128) 2023-10-10 10:58:06 -04:00
segment_ce_test.go Remove old build tags (#19128) 2023-10-10 10:58:06 -04:00