1kasa commented on code in PR #2854:
URL: https://github.com/apache/dubbo-go/pull/2854#discussion_r2062564431


##########
common/constant/default.go:
##########
@@ -62,7 +62,7 @@ const (
        // that put the AdaptiveServiceProviderFilterKey at the end.
        DefaultServiceFilters = EchoFilterKey + "," +
                TokenFilterKey + "," + AccessLogFilterKey + "," + 
TpsLimitFilterKey + "," +
-               GenericServiceFilterKey + "," + ExecuteLimitFilterKey + "," + 
GracefulShutdownProviderFilterKey
+               GenericServiceFilterKey + "," + ExecuteLimitFilterKey + "," + 
GracefulShutdownProviderFilterKey + "," + ContextFilterKey

Review Comment:
   It is not necessary. I think it is clearer to write it this way, and it is 
also convenient to expand it later. What do you think?



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