pekko/akka-docs/rst/scala/code/docs
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
..
actor =doc #16910 Fix include sections in fault tolerance docs 2015-04-01 10:50:30 +02:00
agent Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
akka/typed Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
camel Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
ddata +cdd #16799 Add Distributed Data module 2015-06-18 15:58:22 +02:00
dispatcher Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
event = #17342 Make 2.4 binary compatible with 2.3 2015-05-11 21:11:52 +02:00
extension Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
future Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
io !pro #17380 Build with Java 8 2015-05-18 12:51:34 +02:00
pattern Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
persistence !per Make persistent failures fatal 2015-06-17 15:49:47 +02:00
remoting Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
routing Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
serialization +act #17576 Support serializer with string manifest 2015-06-01 13:45:31 +02:00
testkit Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00