Dear Apigee Experts,
I need to understand how the rate-limit counter is maintained in Apigee? Does it cache it in some third party software like redis or aerospike etc?
I have an API which gets consumed by one of the consumer application. This consumer application can send a traffic of 15k TPS on this API. I want to restrict this app from sending more than 15K TPS and hence would want to apply a rate-limit for this consumer on apigee using an api-key shared with this consumer.
My question is, can apigee offer a rate-limit of 15K TPS (using single api-key) without introducing much latency? If yes then how?
Thanks in advance!!