xxs588 commented on code in PR #3269:
URL: https://github.com/apache/dubbo-go/pull/3269#discussion_r3004744793


##########
filter/hystrix/filter.go:
##########
@@ -162,6 +162,7 @@ func (f *Filter) Invoke(ctx context.Context, invoker 
base.Invoker, invocation ba
                configLoadMutex.Unlock()
        }
        configLoadMutex.RLock()
+       methodRegexps := append([]*regexp.Regexp(nil), 
f.res[invocation.MethodName()]...)

Review Comment:
   补充闭环:已在迁移后仓库创建跟进 issue:apache/dubbo-go-extensions#14。该问题后续在扩展仓推进,这个 PR 里不扩 
scope。



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to