akka/akka-core

PubSub optimization publishing across data centers

Open

#23,247 opened on 2017年6月28日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)Scala (3,547 forks)batch import
1 - triagedhelp wantedt:cluster:dc

Repository metrics

Stars
 (13,277 stars)
PR merge metrics
 (平均マージ 8d 19h) (30d で 10 merged PRs)

説明

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.

コントリビューターガイド