We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sentinel.dubbo.provider.filter=com.alibaba.csp.sentinel.adapter.dubbo.SentinelDubboProviderFilter META-INF/DUBBO 配置如上。
类路径如下 package com.alibaba.csp.sentinel.adapter.dubbo3; @activate(group = PROVIDER) public class SentinelDubboProviderFilter extends BaseSentinelDubboFilter implements Filter { } 类无法加载,路径错误。
The text was updated successfully, but these errors were encountered:
Fixed in Sentinel 1.8.6.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
sentinel.dubbo.provider.filter=com.alibaba.csp.sentinel.adapter.dubbo.SentinelDubboProviderFilter
META-INF/DUBBO 配置如上。
类路径如下
package com.alibaba.csp.sentinel.adapter.dubbo3;
@activate(group = PROVIDER)
public class SentinelDubboProviderFilter extends BaseSentinelDubboFilter implements Filter {
} 类无法加载,路径错误。
The text was updated successfully, but these errors were encountered: