Skip to content

Update doc description for RocketMQ #701

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/zh/05-features/01-l7-protocols/06-mq.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,9 @@ permalink: /features/l7-protocols/mq
| | response_status | 响应状态 | -- | code | 为 0 代表正常,非 0 代表各种异常 |
| | response_exception | 响应异常 | -- | remark | -- |
| | response_result | 响应结果 | -- | body | JSON 序列化格式时对应所有 JSON 字符串数据, ROCKETMQ 格式时对应其中的 body 字符串 |
| Trace | trace_id | TraceID | -- | -- | -- |
| | span_id | SpanID | -- | -- | -- |
| | x_request_id | X-Request-ID | opaque | opaque | -- |
| Trace | trace_id | TraceID | traceparent, sw8 | traceparent, sw8| 从 extFields 或者 bodyData 的 properties 字段中提取 |
| | span_id | SpanID | traceparent, sw8 | traceparent, sw8| 从 extFields 或者 bodyData 的 properties 字段中提取 |
| | x_request_id | X-Request-ID | UNIQ_KEY | KEY | 从 extFields 或者 bodyData 的 properties 字段中提取 |
| Misc. | -- | -- | -- | -- | -- |

- RocketMQ 协议中,flag 字段的 bit0 会标识是请求还是响应,而 bit1 会标识是否为单向请求(不需要响应)
Expand Down
Loading