26 comments (26 comments)0 reactions (0 reactions)0 assignees (0 assignees)Scala3,547 forks (3,547 forks)batch import
1 - triagedhelp wantedt:cluster:dct:distributed-data
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
Things like:
- Could gossip less frequently across DCs.
- Could prefer own DC when selecting nodes for direct replication.
Contributor guide
- Research direction
- Study the current gossip protocol and node selection in DistributedData. Identify how to reduce gossip frequency across DCs and prefer local DC for replication. Look into existing network topology awareness mechanisms in Akka.
- Tech stack
- java
- Domain
- distributed systemsbackend
- Issue type
- Feature
- Prerequisites
- AkkaDistributed Systems