16.23Rate limiting
There are two directions.
Protect Mule
API Manager might enforce:
100 requests/sec
from clients.
Protect downstream
Mule may deliberately process only:
50 Salesforce calls/sec
or use queues/batching.
This is backpressure.
There are two directions.
API Manager might enforce:
100 requests/sec
from clients.
Mule may deliberately process only:
50 Salesforce calls/sec
or use queues/batching.
This is backpressure.