akka/akka-core

PubSub optimization publishing across data centers

Open

#23,247 创建于 2017年6月28日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Scala (3,547 fork)batch import
1 - triagedhelp wantedt:cluster:dc

仓库指标

Star
 (13,277 star)
PR 合并指标
 (平均合并 8天 19小时) (30 天内合并 10 个 PR)

描述

When the cluster is divided in multi-dc and we Publish a message to all subscribers, it might be a neat optimization to send the message only once to each other DC, and make sure it gets distributed correctly there.

贡献者指南