rateBurstFn quotas.RateBurst,
operatorRPSRatio dynamicconfig.FloatPropertyFn,
return quotas.NewPriorityRateLimiterHelper(
rateBurstFn,
operatorRPSRatio,
func(req quotas.Request) int {
if req.CallerType == headers.CallerTypeOperator {
return quotas.OperatorPriority