-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix baggage do not pick up to RpcInvokeContext problem
- Loading branch information
liujianjun.ljj
committed
Mar 14, 2024
1 parent
ac2a73e
commit f706310
Showing
3 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
remoting/remoting-bolt/src/test/resources/sofa-rpc/rpc-config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"rpc.config.order": 999, | ||
"logger.impl": "com.alipay.sofa.rpc.log.SLF4JLoggerImpl" | ||
"logger.impl": "com.alipay.sofa.rpc.log.SLF4JLoggerImpl", | ||
"invoke.baggage.enable": true | ||
} |