Is it possible to run policies in parallel ?

Let's say, I would like to execute a set of policies like below one in parallel so that i can reduce API Proxy latency,

1. JSONThreatProtection

2. XMLThreatProtection

3. RegularExpressionProtection

Is it possible to do so in Apigee Edge ?

~~Q:S:S~~

Solved Solved
3 2 531
1 ACCEPTED SOLUTION

Not applicable

I don't think, it's possible to run policies in parallel at Edge.

My suggestion would be to optimize the sequence of policies e.g. in the above example, policies configured at front should be able to find threat.

View solution in original post

2 REPLIES 2

Not applicable

I don't think, it's possible to run policies in parallel at Edge.

My suggestion would be to optimize the sequence of policies e.g. in the above example, policies configured at front should be able to find threat.

Thanks @rdoda , It's helpful.