pekko/akka-docs/rst
Patrik Nordwall cbe5dd2cf5 +cdd #16799 Add Distributed Data module
Previously know as [patriknw/akka-data-replication](https://github.com/patriknw/akka-data-replication),
which was originally inspired by [jboner/akka-crdt](https://github.com/jboner/akka-crdt).

The functionality is very similar to akka-data-replication 0.11.

Here is a list of the most important changes:

* The package name changed to `akka.cluster.ddata`
* The extension was renamed to `DistributedData`
* The keys changed from strings to classes with unique identifiers and type information of the data values,
  e.g. `ORSetKey[Int]("set2")`
* The optional read consistency parameter was removed from the `Update` message. If you need to read from
  other replicas before performing the update you have to first send a `Get` message and then continue with
  the ``Update`` when the ``GetSuccess`` is received.
* `BigInt` is used in `GCounter` and `PNCounter` instead of `Long`
* Improvements of java api
* Better documentation
2015-06-18 15:58:22 +02:00
..
additional fix warnings in contrib, docs, osgi, persistence and slf4j 2015-02-06 18:45:58 +01:00
common =doc Fixed and normalized spellings 2015-05-23 19:16:41 -07:00
dev =doc Fixed and normalized spellings 2015-05-23 19:16:41 -07:00
experimental =doc #15543 link to persistence in java docs should point to java persistence 2014-07-16 16:37:59 +02:00
general +cdd #16799 Add Distributed Data module 2015-06-18 15:58:22 +02:00
images =doc fix PoisonPill typos 2015-03-19 19:55:03 +01:00
intro !pro #17380 Build with Java 8 2015-05-18 12:51:34 +02:00
java +cdd #16799 Add Distributed Data module 2015-06-18 15:58:22 +02:00
project Merge pull request #17696 from akka/wip-15410-singleton-name-patriknw 2015-06-18 12:45:22 +02:00
scala +cdd #16799 Add Distributed Data module 2015-06-18 15:58:22 +02:00
conf.py Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
index.rst
java.rst =doc #15543 link to persistence in java docs should point to java persistence 2014-07-16 16:37:59 +02:00
scala.rst