Skip to content

Commit

Permalink
Update DubboHeadersSetter.java
Browse files Browse the repository at this point in the history
fix dubbo trace passing problem
  • Loading branch information
yingziisme committed Sep 16, 2022
1 parent ba9876e commit d3dd81b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ enum DubboHeadersSetter implements TextMapSetter<DubboRequest> {
@Override
public void set(DubboRequest request, String key, String value) {
request.context().setAttachment(key, value);
request.invocation().setAttachment(key, value);
}
}

0 comments on commit d3dd81b

Please sign in to comment.