How can I configure Istio to send a max of 100 rps to one destination and route all excess requests to another destination?
I have a virtual service in Istio where I need to distribute incoming traffic between two destinations based on specific requirements. Specifically, I need to send a maximum of 100 requests per second to one destination at any point of time, while directing all excess traffic to the other destination.