由于继承了别人的模块,能不能有办法在不修改别人源码的情况,在自己的模块中禁止掉某个Filter的执行
Maybe this documentation can help you. http://dubbo.apache.org/#!/docs/dev/impls/filter.md?lang=zh-cn
但是这个是只能禁止dubbo原生的filter,不能禁止用户自定义的
I think custom filter has no difference with the filter provided by dubbo framework.
Most helpful comment
Maybe this documentation can help you. http://dubbo.apache.org/#!/docs/dev/impls/filter.md?lang=zh-cn