EarthChen commented on issue #8110:
URL: https://github.com/apache/dubbo/issues/8110#issuecomment-888248788


   > 一样的问题。
   > 配置 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)
   > ```
   > 
   > 
![image](https://user-images.githubusercontent.com/13517143/124886682-0fd5e100-e007-11eb-9104-5c54e75d2ec2.png)
   
   同样的问题,目前的方案是写一个filter然后filter和clusterfilter都配置一遍嘛?  
   在问个相关问题  自定义exceptionfilter实现抛出自定义异常  在提供者配置好,消费者拿到的还是rpcexception 这是啥问题?


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

Reply via email to