Alanxtl opened a new pull request, #3447: URL: https://github.com/apache/dubbo-go/pull/3447
## What changed - Rewrite the filter README introduction to explain filters as interceptor-style extensions. - Clarify targeted filter imports versus the legacy all-in-one import. - Organize built-in filters by usage area and document consumer/provider filter configuration keys. - Remove stale generic response attachment guidance from this README. ## Why The previous README mixed a flat filter list with an unrelated generic attachment example. This update keeps the page focused on filter usage and makes it easier to scan available built-in filters. ## Validation ```bash go test ./filter/... ``` -- 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]
