fix 修复 DubboRequestFilter 优先级过高导致的 skywalking tid 取不到问题

This commit is contained in:
疯狂的狮子li
2022-11-14 16:31:18 +08:00
parent b190384b00
commit 5e9fdc5703

View File

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