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

2.X
疯狂的狮子li 2022-11-14 16:31:18 +08:00
parent b190384b00
commit 5e9fdc5703
1 changed files with 1 additions and 1 deletions

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