Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How can I do ratio based or percentage based routing in Apigee as provided in Zuul and istio

Not applicable

I need to create a service proxy which will route the traffic based on some conditions and configurations.

for example service calls which have header {clientId : XXXX} should be routed 95% to legacy service and 5% to new service.

This feature is available in Zuul and Istio. How we can implement the same in Apigee

Solved Solved
0 3 648
1 ACCEPTED SOLUTION

I've done this with JavaScript.

An example is here: https://github.com/DinoChiesa/ApigeeEdge-BlueGreen-1

View solution in original post

3 REPLIES 3