Johnson-Jia commented on issue #8110:
URL: https://github.com/apache/dubbo/issues/8110#issuecomment-876229428
一样的问题。
配置 org.apache.dubbo.rpc.Filter 自定义Filter 会自动采用
org.apache.dubbo.rpc.cluster.filter.ClusterFilter 去匹配对应的自定义 Filter
```
java.lang.IllegalStateException: No such extension
org.apache.dubbo.rpc.cluster.filter.ClusterFilter by name
dubboContentConsumerFilter, no related exception was found, please check
whether related SPI module is missing.
at
org.apache.dubbo.common.extension.ExtensionLoader.findException(ExtensionLoader.java:670)
```

--
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]