mirror of https://github.com/hashicorp/consul
Update enterprise banner
parent
b9249e25d8
commit
93341a6e52
|
@ -8,6 +8,8 @@ description: Learn how to limit the rate of requests to services in a Consul ser
|
|||
|
||||
This topic describes how to configure Consul to limit the request rate to services in the mesh.
|
||||
|
||||
<EnterpriseAlert> This feature is available in Consul Enterprise. </EnterpriseAlert>
|
||||
|
||||
## Introduction
|
||||
|
||||
Consul allows you to configure settings to limit the rate of HTTP requests a service receives from sources in the mesh. Limiting request rates is one strategy for building a resilient and highly-available network.
|
||||
|
@ -18,7 +20,7 @@ You can limit request rates for all traffic to a service, as well as set rate li
|
|||
|
||||
## Requirements
|
||||
|
||||
Consul v1.17.0 or later
|
||||
Consul Enterprise v1.17.0 or later
|
||||
|
||||
## Limit request rates to a service on all paths
|
||||
|
||||
|
|
Loading…
Reference in New Issue