Need to understand how traffic management of APIGEE works. I am giving a example to understand how APIGEE team is currently handling this thing.
For example:
- Total
capacity of API GW: 1000 TPS
- Proxy
“A” is assigned a TPS of 100 TPS, so the rest capacity of APIGEE API GW will be
1000-100=900 if the Proxy “A” runs with
full 100 TPS.
- Now
there are 3 partners or 3 Apps are going to use proxy “A”. So now we allocate quota
to the partners. Let’s assume, we allocate quota of 300 Transaction per day to App
“X”, 500 to App “Y”, 600 to App ”Z” and if all three partners started to use
the same proxy at the same time with 100 TPS then what will happen? Spike arrest
right?
- In
this case how can we assign TPS to the partners so that the max limit of that
proxy which is 100 will not be exceeded for spike arrest. Same question is for Quota as well.
- How to calculate max quota limit of a APIGEE platform of capacity of 1000 TPS?