akka/akka-core

PubSub optimization publishing across data centers

Open

#23 247 ouverte le 28 juin 2017

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)Scala (3 547 forks)batch import
1 - triagedhelp wantedt:cluster:dc

Métriques du dépôt

Stars
 (13 277 stars)
Métriques de merge PR
 (Merge moyen 8j 19h) (10 PRs mergées en 30 j)

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.

Guide contributeur