mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-05 20:08:05 +00:00
fix 修复 DubboRequestFilter 优先级过高导致的 skywalking tid 取不到问题
This commit is contained in:
@@ -16,7 +16,7 @@ import org.apache.dubbo.rpc.service.GenericService;
|
||||
* @author Lion Li
|
||||
*/
|
||||
@Slf4j
|
||||
@Activate(group = {CommonConstants.PROVIDER, CommonConstants.CONSUMER})
|
||||
@Activate(group = {CommonConstants.PROVIDER, CommonConstants.CONSUMER}, order = Integer.MAX_VALUE)
|
||||
public class DubboRequestFilter implements Filter {
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user