Skip to content

Akka入门系列(四):cluster管理 | 分布式 | akka | actor | 并发 | Edison Xu's Blog #113

@EdisonXu

Description

@EdisonXu

http://edisonxu.com/2018/11/07/akka-cluster.html

在前面remote actor一章提到过,akka remoting是Peer-to-Peer的,所以基于remote功能的cluster是一个去中心化的分布式集群。 Akka Cluster将多个JVM连接整合在一起,实现消息地址的透明化和统一化使用管理,集成一体化的消息驱动系统。最终目的是将一个大型程序分割成若干子程序,部署到很多JVM上去实现程序的分布式并行运算(单机也可以起很多节点构成集群

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions