akka/akka-core

Unclear doc of delta replication of ORMap

Open

#25,738 opened on Oct 4, 2018

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Scala (3,547 forks)batch import
1 - triagedhelp wantedt:distributed-data

Repository metrics

Stars
 (13,277 stars)
PR merge metrics
 (Avg merge 8d 19h) (10 merged PRs in 30d)

Description

The documentation paragraph about delta replication within this section does not seem clear to me.

Specifically: "Support for deltas here means that the ORSet being underlying key type for all those maps uses delta propagation to deliver updates. Effectively, the update for map is then a pair, consisting of delta for the ORSet being the key and full update for the respective value (ORSet, PNCounter or LWWRegister) kept in the map."

Some articles are missing, and "ORSet being underlying key type for all those maps" could gain to be moved earlier into a separate sentence that presents this implementation detail. (If I understood correctly)

Contributor guide