fix 修复 DubboRequestFilter 优先级过高导致的 skywalking tid 取不到问题
parent
b190384b00
commit
5e9fdc5703
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue