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! Go to Solution.
I've done this with JavaScript.
An example is here: https://github.com/DinoChiesa/ApigeeEdge-BlueGreen-1