Alanxtl commented on code in PR #3253:
URL: https://github.com/apache/dubbo-go/pull/3253#discussion_r2944183322


##########
server/options.go:
##########
@@ -389,14 +389,6 @@ func WithServerProtocol(opts ...protocol.ServerOption) 
ServerOption {
        }
 }
 
-// todo(DMwangnima): this configuration would be used by filter/hystrix
-// think about a more ideal way to configure
-func WithServerFilterConf(conf any) ServerOption {
-       return func(opts *ServerOptions) {
-               opts.Provider.FilterConf = conf
-       }
-}

Review Comment:
   这个api删了之后 在dubbogo-extension仓库有对应的api吗,要是没有的话用户不就用不了了吗



-- 
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