KassieZ commented on code in PR #1428: URL: https://github.com/apache/doris-website/pull/1428#discussion_r1864934133
########## common_docs_zh/ecosystem/doris-kafka-connector.md: ########## @@ -264,29 +264,112 @@ Doris-kafka-connector 使用逻辑或原始类型映射来解析列的数据类 ## 最佳实践 -### 同步 JSON 序列化数据 +### 同步普通 JSON 数据 + +1. 导入数据样本<br /> + 在 Kafka 中,有以下样本数据 + ``` Review Comment: adding code fence for code block, such as shell -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
