GitHub user dosubot[bot] added a comment to the discussion: 如何使用分布式版本

<!-- Answer -->
对于 HugeGraph 1.5 
版本,服务器端实际上是无状态的计算层,可以启动多个实例以实现分布式计算。虽然服务器端是分布式的,但在用户层面上,仍然需要直接连接到某个服务器实例。为了实现统一入口和负载均衡,可以在服务器前面添加一个类似
 Nginx 的代理(Proxy VIP)来进行负载均衡。这样,用户可以通过代理访问,而不必直接连接到特定的服务器实例。


<!-- Dosu Comment Footer -->
*To continue talking to [Dosu](https://dosu.dev), mention @dosu.*


GitHub link: 
https://github.com/apache/incubator-hugegraph/discussions/2694#discussioncomment-11250898

----
This is an automatically sent email for dev@hugegraph.apache.org.
To unsubscribe, please send an email to: dev-unsubscr...@hugegraph.apache.org

Reply via email to