Playframework morphia 模块与多个 MongoDB 分片或副本通信
现在,我有吗啡与 Play! 中的一个 MongoDB 对话的配置设置。如果我有多个 MongoDB 实例(可能是分片或副本),我如何从 Play 访问它们!
Right now, I have configuration setting for morphia talks to one MongoDB from Play!. If I have multiple MongoDB instances (could be shards or replicas), how could I reach them from Play!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您有副本集,请在以下位置提供仅 1 个成员该配置足以让 Java 驱动程序找出主要和次要的。
If you have a replicaset, providing just 1 member in the configuration will be enough for the Java Driver to find out the primary and secondaries.