You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"/>
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-check
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
Beta Was this translation helpful? Give feedback.
All reactions