imbajin commented on code in PR #303: URL: https://github.com/apache/incubator-hugegraph-doc/pull/303#discussion_r1427705328
########## content/cn/docs/quickstart/hugegraph-loader.md: ########## @@ -587,7 +588,7 @@ bin/mapping-convert.sh struct.json ##### 3.3.2 输入源 -输入源目前分为三类:FILE、HDFS、JDBC,由`type`节点区分,我们称为本地文件输入源、HDFS 输入源和 JDBC 输入源,下面分别介绍。 +输入源目前分为四类:FILE、HDFS、JDBC、KAFKA,由`type`节点区分,我们称为本地文件输入源、HDFS 输入源、JDBC 输入源和KAFKA输入源,下面分别介绍。 Review Comment: ```suggestion 输入源目前分为四类:FILE、HDFS、JDBC、KAFKA,由`type`节点区分,我们称为本地文件输入源、HDFS 输入源、JDBC 输入源和 KAFKA 输入源,下面分别介绍。 ``` -- 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]
