GitHub user 780664893 created a discussion: [Q/A][Java SDK (Component)] How to disable Filter with a Activate annotation?
### Pre-check - [X] I am sure that all the content I provide is in English. ### Apache Dubbo Component Java SDK (apache/dubbo) ### Details My Application include a SDK supplied by other team, there is a extension of Filter in the code of SDK。 I found the filter enabled automatically. I guess it's because the filter was annotation with @Activate, But it out of my control. I only want to enable filters configured in my application xml, like this: <dubbo:consumer filter="xxxx"/> How to disable Filter with a Activate annotation? ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) GitHub link: https://github.com/apache/dubbo/discussions/15628 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
