Terracotta可以让同行协商谁是master吗?

发布于 2024-10-06 19:34:12 字数 122 浏览 12 评论 0原文

我需要多个对等进程(为了冗余),其中只有一个进程应该主动处理。我知道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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

乖乖 2024-10-13 19:34:13

您可以使用集群事件来实现此目的。

当前活动节点可以是指向节点之一的简单集群根。如果该节点离开,其他节点可以重新协商。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文