Commit 2fcbe40
committed
fix(proxy): 修复 gRPC服务的 SSLContext 初始化错误和日志打印问题
- 在 GrpcServer 类中添加异常堆栈打印,以便更好地调试问题
- 在 ProxyAndTlsProtocolNegotiator 类中修正 SSLContext 初始化错误日志
Signed-off-by: Async <raisinata@foxmail.com>1 parent 20486b8 commit 2fcbe40
2 files changed
Lines changed: 2 additions & 1 deletion
File tree
- proxy/src/main/java/org/apache/rocketmq/proxy/grpc
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments