1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Scala3,547 forks (3,547 forks)batch import
1 - triagedhelp wantedt:cluster:dc
Repository metrics
- Stars
- 13,277 stars (13,277 stars)
- PR merge metrics
- Avg merge 8d 19h (Avg merge 8d 19h)10 merged PRs in 30d (10 merged PRs in 30d)
Description
Distributed PubSub currently supports:
- publish to all subscribers
- send to one subscriber
It might be useful to add:
- publish to all subscribers, but only within my DC
- send to one subscriber for each DC
Contributor guide
- Research direction
- Study the current PubSub implementation in Akka's distributed module and understand multi DC clustering. Propose a design for DC aware publish and send to one per DC features.
- Tech stack
- scala
- Domain
- distributed systemsbackend
- Issue type
- Feature
- Prerequisites
- ScalaAkka