You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2022/09/16 02:56:04 UTC

[rocketmq-clients] branch master updated: Update transport docs (#236)

This is an automated email from the ASF dual-hosted git repository.

aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


The following commit(s) were added to refs/heads/master by this push:
     new 8ce2f9d  Update transport docs (#236)
8ce2f9d is described below

commit 8ce2f9d3095c16c72cc214ec59fc90d9b8d65531
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Fri Sep 16 10:56:00 2022 +0800

    Update transport docs (#236)
---
 docs/transport.md | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/docs/transport.md b/docs/transport.md
index 4a80515..692b236 100644
--- a/docs/transport.md
+++ b/docs/transport.md
@@ -4,13 +4,12 @@
 
 <div align="center">
 
-|         Key         | Description |        Example        |
-| :-----------------: | :---------: | :-------------------: |
-|    authorization    |             |                       |
-|    x-mq-trace-id    |             |                       |
-|   x-mq-date-time    |             |   20210309T195445Z    |
-|   x-mq-client-id    |             | mbp@78774@2@3549a8wsr |
-|   x-mq-request-id   |             |                       |
-|    x-mq-language    |             |         Java          |
-| x-mq-client-version |             |         5.0.0         |
-|    x-mq-protocol    |             |          v2           |
+| Key                 | Description                     | Example                                                                                                                      |
+| ------------------- | ------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
+| authorization       | signature for authorization     | MQv2-HMAC-SHA1 Credential=J8gkX9OS3T6AdMHs, SignedHeaders=x-mq-date-time, Signature=B727846CAFB5B19E189D2C172CE2E1E7CDC0E7B7 |
+| x-mq-date-time      | current timestamp               | 20210309T195445Z                                                                                                             |
+| x-mq-client-id      | client unique identifier        | mbp@78774@2@3549a8wsr                                                                                                        |
+| x-mq-request-id     | request id for each gRPC header | f122a1e0-dbcf-4ca4-9db7-221903354be7                                                                                         |
+| x-mq-language       | language of client              | Java                                                                                                                         |
+| x-mq-client-version | version of client               | 5.0.0                                                                                                                        |
+| x-mq-protocol       | version of protocol             | v2                                                                                                                           |