File tree 1 file changed +3
-3
lines changed
docs/zh/05-features/01-l7-protocols
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -321,9 +321,9 @@ permalink: /features/l7-protocols/mq
321
321
| | response_status | 响应状态 | -- | code | 为 0 代表正常,非 0 代表各种异常 |
322
322
| | response_exception | 响应异常 | -- | remark | -- |
323
323
| | response_result | 响应结果 | -- | body | JSON 序列化格式时对应所有 JSON 字符串数据, ROCKETMQ 格式时对应其中的 body 字符串 |
324
- | Trace | trace_id | TraceID | -- | -- | -- |
325
- | | span_id | SpanID | -- | -- | -- |
326
- | | x_request_id | X-Request-ID | opaque | opaque | -- |
324
+ | Trace | trace_id | TraceID | traceparent, sw8 | traceparent, sw8 | 从 extFields 或者 bodyData 的 properties 字段中提取 |
325
+ | | span_id | SpanID | traceparent, sw8 | traceparent, sw8 | 从 extFields 或者 bodyData 的 properties 字段中提取 |
326
+ | | x_request_id | X-Request-ID | UNIQ_KEY | KEY | 从 extFields 或者 bodyData 的 properties 字段中提取 |
327
327
| Misc. | -- | -- | -- | -- | -- |
328
328
329
329
- RocketMQ 协议中,flag 字段的 bit0 会标识是请求还是响应,而 bit1 会标识是否为单向请求(不需要响应)
You can’t perform that action at this time.
0 commit comments