apache / apache/dubbo-sentinel-support
DUBBO3 SPI filter 配置错误
- Dominant language
- Java
- Stars
- 57
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
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 {
} 类无法加载,路径错误。
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by comparing the sentinel.dubbo.provider.filter entry in META-INF/DUBBO with the declared package com.alibaba.csp.sentinel.adapter.dubbo3 and the SentinelDubboProviderFilter class. Verify which class path the DUBBO SPI configuration should reference, then confirm that the provider filter loads successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100