pekko/akka-docs/rst/scala
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
..
code/docs +cdd #16799 Add Distributed Data module 2015-06-18 15:58:22 +02:00
actordsl.rst =doc #3564 Moving the Actor DSL doc section 2013-12-17 12:21:52 -05:00
actors.rst =doc Fixed and normalized spellings 2015-05-23 19:16:41 -07:00
agents.rst add links to reference.conf to docs 2014-03-24 12:02:47 +01:00
camel.rst =doc Fixed links in camel docs 2015-03-05 10:44:13 +01:00
cluster-client.rst !clt #15110 Use buffer instead of stash in cluster client 2015-06-18 11:18:35 +02:00
cluster-metrics.rst =doc Fixed and normalized spellings 2015-05-23 19:16:41 -07:00
cluster-sharding.rst !per Make persistent failures fatal 2015-06-17 15:49:47 +02:00
cluster-singleton.rst !clt #15410 Change path in ClusterSingletonProxy.props 2015-06-18 11:31:29 +02:00
cluster-usage.rst Fix code formatting. 2015-05-31 08:52:21 +10:00
dispatchers.rst +act #2075 Added possibility to pass an ExecutionContext to an ActorSystem 2014-01-16 23:24:06 +01:00
distributed-data.rst +cdd #16799 Add Distributed Data module 2015-06-18 15:58:22 +02:00
distributed-pub-sub.rst !cto #17454 Introduce DistributedPubSubSettings 2015-05-19 08:59:16 +02:00
event-bus.rst =doc Fixed and normalized spellings 2015-05-23 19:16:41 -07:00
extending-akka.rst =doc Fixed and normalized spellings 2015-05-23 19:16:41 -07:00
fault-tolerance-sample.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
fault-tolerance.rst =doc Fixed and normalized spellings 2015-05-23 19:16:41 -07:00
fsm.rst +doc #15542 Change FSM doc rst file to correctly specify None value for infinite timeout rather than Duration.Inf 2014-11-06 22:43:54 -05:00
futures.rst add Futures.promise to the docs 2013-05-09 21:50:28 +02:00
hello-world.rst =doc clean up what-is-akka.rst and switch to www.typesafe.com 2014-03-13 12:42:47 +01:00
howto.rst =doc #3500 Add section about Dependency Injection 2013-08-26 09:58:16 +02:00
index-actors.rst add akka-typed project with generic ActorRef 2015-01-29 11:42:28 +01:00
index-futures.rst =tra #3668 Deprecate transactors 2013-12-13 11:00:06 +01:00
index-network.rst +cdd #16799 Add Distributed Data module 2015-06-18 15:58:22 +02:00
index-utilities.rst =ker #15677 Deprecate Microkernel 2015-04-01 12:01:07 +02:00
io-tcp.rst =doc Fixed and normalized spellings 2015-05-23 19:16:41 -07:00
io-udp.rst !pro #17380 Build with Java 8 2015-05-18 12:51:34 +02:00
io.rst !act #3812: Remove Pipelines 2014-01-17 15:52:24 +01:00
logging.rst =pro #16695 Update dependencies 2015-05-19 08:37:54 +02:00
mailboxes.rst Introduce stable priority mailboxes. 2015-01-28 11:20:59 +00:00
persistence.rst !per Make persistent failures fatal 2015-06-17 15:49:47 +02:00
remoting.rst =doc Fixed and normalized spellings 2015-05-23 19:16:41 -07:00
routing.rst =doc Fixed and normalized spellings 2015-05-23 19:16:41 -07:00
scheduler.rst =act #3572 Add parens to sender 2014-01-17 18:21:14 +01:00
serialization.rst +act #17576 Support serializer with string manifest 2015-06-01 13:45:31 +02:00
testing.rst =doc Fixed and normalized spellings 2015-05-23 19:16:41 -07:00
testkit-example.rst Fix one more broken code include in docs. See #3374 2013-05-23 09:48:30 +02:00
typed-actors.rst =doc Fixed and normalized spellings 2015-05-23 19:16:41 -07:00
typed.rst =doc Fixed and normalized spellings 2015-05-23 19:16:41 -07:00