Concurrent Rate Limit

Pretty standard scenario is where multiple API proxies call the same back-end. But how to do concurrent rate limiting across multiple proxies? Concurrent Rate Limit is API proxy specific.

9643-crl-across-proxies.png

Is the use of an intermediate proxy an acceptable approach? Obviously using proxy chaining with LocalTargetConnection.

9645-crl-via-extra-proxy.png

Looking forward to your feedback.

1 1 160
1 REPLY 1

Solution with LocalTargetConnection works. But each API call is counted as an API call. So negative impact on subscription/contract.

Better solution seems to put all proxies related to single target in one big proxy.

9689-crl-single-proxy.png