open-consul/agent/structs
Paul Banks 5b0d4db6bc Support Agent Caching for Service Discovery Results (#4541)
* Add cache types for catalog/services and health/services and basic test that caching works

* Support non-blocking cache types with Cache-Control semantics.

* Update API docs to include caching info for every endpoint.

* Comment updates per PR feedback.

* Add note on caching to the 10,000 foot view on the architecture page to make the new data path more clear.

* Document prepared query staleness quirk and force all background requests to AllowStale so we can spread service discovery load across servers.
2018-10-10 16:55:34 +01:00
..
acl.go
acl_test.go
catalog.go agent: remove ConnectProxyServiceName 2018-06-14 09:41:49 -07:00
check_definition.go agent/config: support configuring alias check 2018-07-12 09:36:10 -07:00
check_definition_test.go Remove the script field from checks in favor of args 2018-05-08 15:31:53 -07:00
check_type.go agent/structs: check is alias if node is empty 2018-07-12 09:36:11 -07:00
connect.go More test tweaks 2018-06-25 12:25:13 -07:00
connect_ca.go Merge pull request #4644 from hashicorp/ca-refactor 2018-09-13 13:08:34 -07:00
connect_ca_test.go Fix CA pruning when CA config uses string durations. (#4669) 2018-09-13 15:43:00 +01:00
connect_test.go Added connect proxy config and local agent state setup on boot. 2018-06-14 09:41:57 -07:00
errors.go Makes RPC handling more robust when rolling servers. (#3561) 2017-10-10 15:19:50 -07:00
intention.go Fix some tests failures caused by the sorting change and some cuased by previous UpdatePrecedence() change 2018-06-25 12:25:13 -07:00
intention_test.go agent/consul: set precedence value on struct itself 2018-06-25 12:24:16 -07:00
operator.go Move autopilot to a standalone package 2017-12-11 16:45:33 -08:00
prepared_query.go Support Agent Caching for Service Discovery Results (#4541) 2018-10-10 16:55:34 +01:00
prepared_query_test.go
service_definition.go Implementation of Weights Data structures (#4468) 2018-09-07 15:30:47 +01:00
service_definition_test.go agent/structs: JSON marshal the configuration for a managed proxy 2018-06-25 12:25:12 -07:00
snapshot.go
structs.go Support Agent Caching for Service Discovery Results (#4541) 2018-10-10 16:55:34 +01:00
structs_test.go Implementation of Weights Data structures (#4468) 2018-09-07 15:30:47 +01:00
testing_catalog.go agent/structs: validate service definitions, port required for proxy 2018-06-14 09:42:13 -07:00
testing_intention.go agent: use testing intention to get valid intentions 2018-06-14 09:41:43 -07:00
testing_service_definition.go agent/structs: validate service definitions, port required for proxy 2018-06-14 09:42:13 -07:00
txn.go