Skip to content

Commit

Permalink
Update ticdc/ticdc-sink-to-kafka.md
Browse files Browse the repository at this point in the history
Co-authored-by: Aolin <[email protected]>
  • Loading branch information
3AceShowHand and Oreoxmt committed Sep 19, 2024
1 parent 40c97cd commit 4a3b9a9
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 字段,通过将 KeyValue 编码进同一个 JSON 对象,一次性发送完整的消息。对于其余协议,Key 字段总是为空
`key` 和 `value` 分别对应 Kafka 消息中的同名字段。消费者可以通过解析这两部分的数据,还原大消息的内容。只有 Open Protocol 编码的 Kafka 消息包含 `key` 字段。将 `key``value` 编码到同一个 JSON 对象中,一次性发送完整的消息。对于其他协议,`key` 字段始终为空
### 只发送 `value` 部分到外部存储
Expand Down

0 comments on commit 4a3b9a9

Please sign in to comment.