Terracotta可以让同行协商谁是master吗?
我需要多个对等进程(为了冗余),其中只有一个进程应该主动处理。我知道Terracotta可以帮助master ->奴隶关系,但在这种情况下也有帮助吗?它可以用来让对等方协商谁正在主动处理(然后在主动对等方死亡时重新协商)吗?
I have a need for multiple peer processes (for redundancy), where only one should ever be actively processing. I know that Terracotta can help with master -> slave relationships, but can it help in this situation too? Can it be used to let the peers negotiate who is actively processing (and then renegotiate when the active peer dies)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用集群事件来实现此目的。
当前活动节点可以是指向节点之一的简单集群根。如果该节点离开,其他节点可以重新协商。
You can use Cluster Events to achieve this.
The currently active node could be a simple clustered root pointing to one of the nodes. If this node leaves, the others could renegotiate.