Skip to content

Commit

Permalink
add claim check raw value format doc
Browse files Browse the repository at this point in the history
  • Loading branch information
3AceShowHand committed Sep 13, 2024
1 parent 83238d6 commit e5cf2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ticdc/ticdc-sink-to-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ Kafka 消费者会收到一条含有大消息在外部存储服务中的地址
}
```
`key` 和 `value` 分别存有编码后的大消息,该消息原本应该发送到 Kafka 消息中的对应字段。消费者可以通过解析这两部分的数据,还原大消息的内容。目前,只有 Open-Protocol 编码的 Kafka 消息,有 Key 字段,通过将 Key 和 Value 编码进同一个 JSON 对象,一次性发送完整的消息。对于其余协议,Key 字段总是为空。
`key` 和 `value` 分别对应于 Kafka 消息中的同名字段。消费者可以通过解析这两部分的数据,还原大消息的内容。目前,只有 Open-Protocol 编码的 Kafka 消息,有 Key 字段,通过将 Key 和 Value 编码进同一个 JSON 对象,一次性发送完整的消息。对于其余协议,Key 字段总是为空。
#### 只发送 Kafka 消息的 Value 部分到外部存储
Expand Down

0 comments on commit e5cf2e4

Please sign in to comment.