Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用骡 CE 3.3.0。我在我的 mule 服务器中创建了 cxf 代理服务。我的交易号非常多,所以我想使用集群。我可以在多台机器(物理或逻辑)上安装许多 mule esb 实例并将它们连接在一起吗?
从您在评论中所说的(感谢您提供额外的上下文顺便说一句),您似乎不需要集群。您可以在不同的 Mule 实例中运行相同的 Mule 配置,并在它们前面有一个 HTTP 负载均衡器。
我忘了问的一件事是:你有轮询端点吗?如果是,您必须仅在一个 Mule 实例上启动轮询流程,以防止对同一数据进行多次轮询。