liaoxin01 commented on code in PR #1548:
URL: https://github.com/apache/doris-website/pull/1548#discussion_r1897357532


##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/data-source/Kafka.md:
##########
@@ -0,0 +1,433 @@
+{
+    "title": "Kafka",
+    "language": "zh-CN"
+}
+---
+
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# 概述
+
+Doris 提供如下方式从 Kafka 进行导入:
+
+## 使用 Routine Load 消费 Kafka 的数据
+
+Doris 可以通过 Routine Load 导入方式持续消费 Kafka Topic 中的数据。在提交 Routine Load 作业后,Doris 
会持续运行该导入作业,实时生成导入任务不断消费 Kakfa 集群中指定 Topic 中的消息。
+
+Routine Load 是一个流式导入作业,支持导入 CSV 格式和 JSON 格式,支持 Exactly-Once 语义,保证数据不丢不重。
+
+更多文档参考[routine load](../import-way/routine-load-manual.md)。
+
+## Doris Kafka Connector 消费 Kafka 数据
+
+Doris Kafka Connector 是一款用于将 **Kafka** 数据流导入 **Doris** 数据库的工具。用户可以通过 Kafka 
Connect 插件轻松地将 Kafka 中的数据导入 Doris,支持多种序列化格式(如 JSON、Avro、Protobuf),支持解析 Debezium 
组件的数据格式。更多文档参考[doris-kafka-connector](../../../ecosystem/doris-kafka-connector.md)。
+
+# 使用 Routine Load 消费 Kafka 的数据

Review Comment:
   这里是二级标题



##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/data-source/Kafka.md:
##########
@@ -0,0 +1,433 @@
+{
+    "title": "Kafka",
+    "language": "zh-CN"
+}
+---
+
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# 概述
+
+Doris 提供如下方式从 Kafka 进行导入:
+
+## 使用 Routine Load 消费 Kafka 的数据

Review Comment:
   写成无序列表就可以,不要用二级标题



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to