consul/website/pages/docs
Pierre Souchay 678489d9d1 Added ratelimit to handle throtling cache (#8226)
This implements a solution for #7863

It does:

    Add a new config cache.entry_fetch_rate to limit the number of calls/s for a given cache entry, default value = rate.Inf
    Add cache.entry_fetch_max_burst size of rate limit (default value = 2)

The new configuration now supports the following syntax for instance to allow 1 query every 3s:

    command line HCL: -hcl 'cache = { entry_fetch_rate = 0.333}'
    in JSON

{
  "cache": {
    "entry_fetch_rate": 0.333
  }
}
2020-07-27 21:11:42 +00:00
..
acl ACL Node Identities (#7970) 2020-06-16 16:55:01 +00:00
agent Added ratelimit to handle throtling cache (#8226) 2020-07-27 21:11:42 +00:00
commands Add Revision to version CLI output and add JSON support 2020-07-10 10:43:09 -04:00
connect Support envoy 1.14.2, 1.13.2, 1.12.4 (#8057) 2020-06-10 21:20:42 +00:00
enterprise docs: docs for jwt and oidc auth methods (#7847) 2020-05-13 14:14:03 -05:00
guides Replace whitelist/blacklist terminology with allowlist/denylist (#7971) 2020-06-01 10:40:14 -05:00
install docs: Add raft_multiplier default clarification (#8339) 2020-07-20 21:51:19 +00:00
internals Replace whitelist/blacklist terminology with allowlist/denylist (#7971) 2020-06-01 10:40:14 -05:00
k8s docs: docs for jwt and oidc auth methods (#7847) 2020-05-13 14:14:03 -05:00
upgrading acl: remove the deprecated `acl_enforce_version_8` option (#7991) 2020-06-01 10:40:22 -05:00
common-errors.mdx remove 'sidebar_current' from frontmatter 2020-04-28 12:53:24 -04:00
faq.mdx Update FAQ with Compat Matrix information 2020-05-12 19:43:56 -04:00
glossary.mdx remove 'sidebar_current' from frontmatter 2020-04-28 12:53:24 -04:00
index.mdx fix homepage link, docs index 2020-04-28 12:53:25 -04:00
partnerships.mdx remove 'sidebar_current' from frontmatter 2020-04-28 12:53:24 -04:00