akka/akka-core

PubSub optimization publishing across data centers

Open

#23,247 opened on Jun 28, 2017

View on 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
 (Avg merge 8d 19h) (10 merged PRs in 30d)

Description

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.

Contributor guide