Is it fine to attach one Apigee policy to a different flows within the proxy?

Opening this topic on how safe we can do the attachment of same one Apigee policy to different flow/fault rule within the proxy. For example, we have a one KVM operation or maybe a Shared flow that has been attached on three out of five of the conditional flow within the Proxy. Is it fine? Can there be an issue on doing this pattern?

Solved Solved
0 1 46
1 ACCEPTED SOLUTION

No issues in including policies at various flows within a proxy definition.

Policies are created for re-usability. These are like functions, that you can include at various points of executions. These policies are thread safe and dont hold any execution state values.

Thanks.

View solution in original post

1 REPLY 1

No issues in including policies at various flows within a proxy definition.

Policies are created for re-usability. These are like functions, that you can include at various points of executions. These policies are thread safe and dont hold any execution state values.

Thanks.