We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no
Server支持集群部署
The text was updated successfully, but these errors were encountered:
Server 默认是支持集群部署吧,通过nginx反向代理后面的server集群,集群共用一个数据库实例.
Sorry, something went wrong.
@baymax55 有部分数据是在内存中的,无法正常按照多节点集群部署。需要让内存中的数据在集群中交互。
可以举例说下是哪部分数据存到内存中了,我觉得,将内存数据抽回来会比让server实例同步数据好些
@baymax55 这个是有点多的,目前我可以想到的,注册中心和配置中心的内存数据就不好抽出去。另外,还会涉及客户端与服务端保持长轮询。
No branches or pull requests
需求建议
您的功能请求是否与问题有关?
no
描述你想要的功能
Server支持集群部署
The text was updated successfully, but these errors were encountered: