Skip to content
New issue

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

DUBBO3 SPI filter 配置错误 #5

Open
fl061157 opened this issue Aug 10, 2022 · 1 comment · Fixed by alibaba/Sentinel#2822
Open

DUBBO3 SPI filter 配置错误 #5

fl061157 opened this issue Aug 10, 2022 · 1 comment · Fixed by alibaba/Sentinel#2822

Comments

@fl061157
Copy link

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 {
} 类无法加载,路径错误。

@sczyh30
Copy link
Contributor

sczyh30 commented Oct 26, 2022

Fixed in Sentinel 1.8.6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants