diff --git a/docs/intro/arch_overview/tcp_proxy.rst b/docs/intro/arch_overview/tcp_proxy.rst index 76ab3e906360..6177a52d9322 100644 --- a/docs/intro/arch_overview/tcp_proxy.rst +++ b/docs/intro/arch_overview/tcp_proxy.rst @@ -10,7 +10,7 @@ such as the :ref:`MongoDB filter ` or the :ref:`rate limit ` filter. The TCP proxy filter will respect the -:ref:`connection limits `. +:ref:`connection limits ` imposed by each upstream cluster's global resource manager. The TCP proxy filter checks with the upstream cluster's resource manager if it can create a connection without going over that cluster's maximum number of connections, if it can't the TCP proxy will not make the connection.