marsevilspirit commented on code in PR #2854:
URL: https://github.com/apache/dubbo-go/pull/2854#discussion_r2062566162


##########
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:
   Adding an extra filter makes me feel like I need to go through an additional 
filtering process, which slows down the speed of processing information.
   
   If possible, I hope to handle attachments within the triple, as this is 
something the triple should be able to do.



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