We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f2d02 commit dcfa42cCopy full SHA for dcfa42c
docs/content/user-guide/en/cap/messaging.md
@@ -99,7 +99,7 @@ The following is the content that needs to be written into the header of the mes
99
100
| Key | DataType | Description |
101
| ------------- | -------- | -------------------------------------------------------------- |
102
- | cap-msg-id | string | Message Id, Generated by snowflake algorithm, can also be guid |
+ | cap-msg-id | long | Message Id, Generated by snowflake algorithm |
103
| cap-msg-name | string | The name of the message |
104
| cap-msg-type | string | The type of message, `typeof(T).FullName`(not required) |
105
| cap-senttime | string | sending time (not required) |
0 commit comments