Commit graph

106 commits

Author SHA1 Message Date
Richard Imaoka
29dec00c45 +doc Add more description about actor path alias, symbolic link #20773 (#20866) 2016-07-05 22:00:48 +02:00
Patrik Nordwall
8ac00ac2dc -doc remove STM section from JMM docs, #16980 (#20612) 2016-05-24 15:25:45 +02:00
Sören Brunk
d332428fac Fix a few typos in the docs 2016-03-28 22:06:00 +02:00
Roland Kuhn
24e4b0ca56 #15654 point out explicit actor lifecycle 2016-03-10 17:51:58 +01:00
Konrad Malawski
fc8dd46014 =doc typesafe config is still named typesafe 2016-02-26 11:39:42 +01:00
Johan Andrén
62e30b3c08 Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
Johan Andrén
0b3ad39217 Java and Scala overview separated. delay and initialDelay added 2016-02-05 16:42:50 +01:00
Johan Andrén
62020f44a8 One small step for mankind but a pretty big one for the stage overview 2016-02-05 14:37:47 +01:00
Johan Andrén
cdae861de9 Cover sources and sinks as well, and change into a format that allows for toc 2016-02-05 10:12:17 +01:00
Endre Sándor Varga
3081e2895b 19455 Simplify conflate signature for the common case 2016-02-04 16:06:23 +01:00
Johan Andrén
55af6cee5b Merge pull request #19596 from hochgi/hochgi-adding-batch-to-docs
=str adding documentation for batch & batchWeighted combinators
2016-01-25 14:18:30 +01:00
Johan Andrén
f008a932c3 Merge pull request #19603 from akka/wip-19068-2016-copyrights-johanandren
=pro #19068 All copyrights ranges updated with 2016
2016-01-25 12:07:42 +01:00
Prayag Verma
b7783968a0 =pro #19068 All copyrights ranges and single years updated to a range ending in 2016 2016-01-25 10:20:30 +01:00
Gilad Hoch
5cea589593 =str adding documentation for batch & batchAggregated combinators 2016-01-24 06:45:12 +02:00
Alexander Golubev
98c72e7d13 +str #18565 termination notification combinator 2016-01-22 16:45:54 -05:00
Martynas Mickevičius
4d072f08e4 #19553 deprecate stage infra 2016-01-22 13:05:04 +02:00
Konrad Malawski
5a18d43435 +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
Raymond Roestenburg
2404a9da01 #19246 Auto and manual reset and BackoffOptions.
Also moved `TransparantExponentialBackoffSupervisor` to `akka.pattern` (renamed to `BackoffOnRestartSupervisor`)
2015-12-29 21:23:16 +02:00
Markus Hauck
39ce1f818f =doc Add missing words in Configuration doc
The sentence is incomplete as is, this adds the words "is logged" to the
middle of:

..., then the complete configuration at INFO level when the
actor system is started."
2015-10-12 16:05:44 +02:00
1ambda
ab59b845f2 =doc fix typo: invalid inline literal syntax in addressing.rst 2015-09-17 23:50:59 +09:00
Patrik Nordwall
0dad493d79 Merge pull request #18424 from akka/wip-18209-doc-remote-ordering-patriknw
=doc #18209 Clarify remote message ordering
2015-09-09 19:04:46 +02:00
Johan Andrén
ca22ae9090 =doc #18163 More visible docs about NAT support 2015-09-09 10:27:40 +02:00
Patrik Nordwall
430751c03f =doc #18209 Clarify remote message ordering 2015-09-08 16:49:02 +02:00
Konrad Malawski
8c4cc9a93f =doc #18128 explain PoisonPill interaction with PA 2015-08-20 13:57:08 +02:00
Konrad Malawski
bbd5b2c739 Merge pull request #17925 from ktoso/wip-move-BackoffSupervisor-ktoso
!per +act #17842 move BackoffSupervisor to akka.pattern
2015-07-09 11:14:42 +02:00
Konrad Malawski
86c00d4716 !per +act #17842 move BackoffSupervisor to akka.pattern 2015-07-08 16:45:23 +02:00
drewhk
5793bde5b1 Merge pull request #17935 from drewhk/wip-17014-fwd-port-drewhk
+doc #17014: Make sentence about deployment paths a note
2015-07-08 13:04:36 +02:00
Endre Sándor Varga
56e69f8c7d +doc #17014: Make sentence about deployment paths a note
(cherry picked from commit 3c4dc45)
2015-07-08 12:12:53 +02:00
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
kukido
ab0c60eca7 =doc Fixed and normalized spellings 2015-05-23 19:16:41 -07:00
Patrik Nordwall
85a5cc61aa !act #13919 Make actorFor internal
* until we can replace all internal usages of it, which
  is only in akka-camel
2015-05-19 12:07:18 +02:00
Patrik Nordwall
0953e7aee3 !pro #17380 Build with Java 8
* genjavadoc adjustments for java8
2015-05-18 12:51:34 +02:00
Julian Tescher
00f6a58e7c Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
Roland Kuhn
239619e68f -zer #15864 remove zeromq module 2015-01-15 20:19:35 +01:00
Goddamned Qu
9d6b8f2cbd =doc #15939 update typo in addressing.rst 2014-10-21 18:14:51 +08:00
Martynas Mickevicius
47556a0ebf =rem #15007 add ability to bind to a different address than the remoting waits messages from
This can be used to traverse NATs with the following configuration:

akka.remote.netty.tcp {
  ...
  hostname = my-external-address.lt
  bind-hostname = 192.168.1.100
}

Use Akka BoundAddressesExtension to get bound addresses
2014-09-15 18:30:12 +03:00
Roland Kuhn
8ac109dda0 =doc #15638 clarify message ordering rule
add a missing reference to the fact that it only applies to messages sent directly
2014-08-13 17:31:42 +02:00
Patrik Nordwall
813543e8f8 +act,slf #11715 Add configurable LoggingFilter
* The filter is used by the LoggingAdapter before publishing
  to the event bus
* Slf4jLoggingFilter uses backend log level configuration
  (e.g. logback.xml)
2014-08-11 20:08:44 +02:00
Patrik Nordwall
32ca608c97 +per #15327 Add AtLeastOnceDelivery trait
* also remove final of around methods, and let deliver send when not recoveryRunning

(cherry picked from commit 312b0d107a179accaf135f64ed9c3b78f3e351d1)
2014-06-26 22:58:46 +02:00
Roland Kuhn
d6b33d15a8 add links to reference.conf to docs 2014-03-24 12:02:47 +01:00
Roland Kuhn
9ed116c4bd =doc #3917 include all reference.conf 2014-03-22 16:21:17 +01:00
Roland Kuhn
9ed3c633c5 =doc #3905 describe symmetric remoting requirement 2014-03-04 17:38:27 +01:00
Tomasz Nurkiewicz
bbd2fe20ec The correct directive name is Stop, not Terminate
Make documentation consistent with values from `akka.actor.SupervisorStrategy.Directive`
2014-02-26 21:08:29 +01:00
Roland Kuhn
b4536c945e fix maven shade docs 2014-02-20 10:22:15 +01:00
Patrik Nordwall
aad21fe69e Merge pull request #2000 from akka/wip-3685-faq-patriknw
=doc #3685 Add FAQ to documentation
2014-02-13 12:35:52 +01:00
Patrik Nordwall
3a683bb9b4 =doc #3685 Add FAQ to documentation
* The links at http://akka.io will changed to point at this faq
* Some rewording of guarantees/reliability
2014-02-13 12:35:11 +01:00
Patrik Nordwall
12746fe555 Merge pull request #1989 from akka/wip-3620-doc-deploy-conf-patriknw
=doc #3620 Add unified documentation of deployment section
2014-02-13 12:21:33 +01:00
Patrik Nordwall
fa215ff965 =doc #3620 Add unified documentation of deployment section 2014-02-13 12:20:26 +01:00
Patrik Nordwall
93377cce74 Merge pull request #1988 from akka/wip-2859-doc-stdout-logger-patriknw
=doc #2859 Describe stdout logger more
2014-02-13 12:15:30 +01:00
Patrik Nordwall
2b35f632fe =doc #2859 Describe stdout logger more 2014-02-13 12:14:50 +01:00