@kiwiflydream please read doc: http://dubbo.apache.org/zh-cn/docs/dev/impls/filter.html Create a directory and file `META-INF/dubbo/com.alibaba.dubbo.rpc.Filter` in your project. ```text META-INF/dubbo/com.alibaba.dubbo.rpc.Filter: ``` Then append a line to the file `com.alibaba.dubbo.rpc.Filter`: ```text xxx=com.xxx.XxxFilter ```
`xxx` is your spi name, `com.xxx.XxxFilter` is your filter impl. [ Full content available at: https://github.com/apache/incubator-dubbo/issues/2510 ] This message was relayed via gitbox.apache.org for [email protected]
