Quota counters : what makes them distinct? Are there additional filters on top of the Identifier field?
问题 Say within an API bundle, we have 3 different flows (e.g., flow A, flow B, and flow C), and they all reference the same Quota policy named QuotaLimitPolicy. Are they really using separate counters for a given Identifier? Flow A is executed -> QuotaLimitPolicy is executed. Result: "A counter" = 1 Flow B is executed -> QuotaLimitPolicy is executed. Result: "B counter" = 1 Flow A is executed -> QuotaLimitPolicy is executed. Result: "A counter" = 1 +1 = 2 Flow C is executed -> QuotaLimitPolicy is