Akka remote actor server discovery

后端 未结 3 1001
走了就别回头了
走了就别回头了 2021-02-06 01:02

I would like to deploy a remote actors software made with akka on a cluster. The system is composed of several worker nodes and a single master node. The problem is that I canno

3条回答
  •  花落未央
    2021-02-06 01:32

    Take a look at jgroups.

    http://jgroups.org/

    It meets all of your criteria - it is lightweight, open source and very mature, stable product.

    You can easily configure it for automatic group management and discovery based on your requirements - it supports almost any network configuration - you can use multicast, shared file, or unicast for group member discovery.

提交回复
热议问题