imbajin commented on code in PR #444:
URL: 
https://github.com/apache/incubator-hugegraph-doc/pull/444#discussion_r2707283901


##########
content/cn/docs/quickstart/hugegraph/hugegraph-server.md:
##########
@@ -200,10 +200,29 @@ task.scheduler_type=distributed
 pd.peers=127.0.0.1:8686,127.0.0.1:8687,127.0.0.1:8688
 ```
 
+```properties
+# 简单示例(带鉴权)
+gremlin.graph=org.apache.hugegraph.auth.HugeFactoryAuthProxy
+
+# 指定存储 hstore(必须)
+backend=hstore
+serializer=binary
+store=hugegraph
+
+# 指定任务调度器(1.7.0及之前必须)
+task.scheduler_type=distributed

Review Comment:
   ⚠️ **缺少 task.scheduler_type 配置说明**
   
   在第 213 行,HStore 示例中缺少了关键配置项的说明。建议补充 `task.scheduler_type` 为什么在 1.7.0 
及之前必须设置,以及在 1.7.0 之后是否仍需要。
   
   **建议修改:**
   ```suggestion
   # 指定任务调度器(1.7.0及之前必须,1.7.0之后可选)
   task.scheduler_type=distributed
   ```
   
   这样可以避免用户在不同版本间的困惑。



-- 
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]

Reply via email to