Commit graph

830 commits

Author SHA1 Message Date
Patrik Nordwall
66ee87efb0 Merge pull request #21612 from akka/wip-18434-LWWRegister-doc-patriknw
clock clarification for LWWRegister, #18434
2016-10-11 12:27:53 +02:00
Richard Imaoka
55729bdbbf Doc - Add warning note about persistence message deletion (#21486) 2016-10-08 16:07:06 -05:00
Patrik Nordwall
8ac24dfcfe clock clarification for LWWRegister, #18434
* it's safe to use from Cluster Singleton
2016-10-03 07:02:32 -05:00
Patrik Nordwall
7af814d3df java docs for Artery, #21209
* and a few other things
* fixed some remaining akka.tcp
2016-09-30 19:11:21 +02:00
Patrik Nordwall
6d64e49e3a Merge pull request #21605 from ktoso/wip-bytebuf-serial
+doc document ByteBufferSerializer for Artery #21601
2016-09-30 17:38:11 +02:00
Konrad Malawski
e7ed0a2e6b +doc document ByteBufferSerializer for Artery #21601 2016-09-30 16:16:49 +02:00
Konrad Malawski
f4e16dcc55 +doc removing java serialization in java ref docs (#21603) 2016-09-30 16:04:22 +02:00
Richard Imaoka
27f8f0f4fd doc Refer to the Streams section from TCP stream (#21436)
* Fix cross-reference in stream-io.rst
* Add images for streams-io.rst
2016-09-30 14:28:53 +02:00
Patrik Nordwall
13974c7358 Merge pull request #21503 from jgordijn/wip-fix-typo-in-dd-doc
doc - Change WeaklyUp is used in DD #21502
2016-09-30 14:25:44 +02:00
Patrik Nordwall
f8c68a9534 remove docs about pluggable transports from old docs, #21209 2016-09-30 12:13:08 +02:00
Patrik Nordwall
54f5b836fc Merge branch 'master' into wip-merge-to-master-patriknw 2016-09-29 13:56:37 +02:00
Patrik Nordwall
ddb2b5cd28 fix typo in futures.rst (#21536) 2016-09-23 18:20:28 +02:00
Jeroen Gordijn
a18b59f0dc Change doc: reflect WeaklyUp is used in DD #21502 2016-09-22 09:53:14 +02:00
Nafer Sanabria
94d7237d17 +str add zipWithIndex to FlowOps #21290 2016-09-21 08:41:56 +02:00
Richard Imaoka
98bfbbb4b3 Add documentation for ReplayFilter #20301 2016-09-12 16:18:06 +02:00
Patrik Nordwall
e8ce261faf Merge branch 'master' into wip-sync-2.4.10-patriknw 2016-09-09 14:12:16 +02:00
Richard S. Imaoka
e35c8b0d31 Comment on persistenceId uniqueness (#21060) 2016-09-06 14:20:48 +09:00
Hawstein
b9a05aff96 add java api for websocket testkit #21184
And additionally adds unit test for WebSocketDirectives #20466
2016-09-02 13:28:49 +02:00
Patrik Nordwall
0a75f992e4 Update links to Lightbend RPv2, more warnings about auto-down 2016-09-02 10:26:47 +02:00
Jan Ypma
09f2d83e69 +tes #21198 Allow TestActor/TestKit/TestProbe to create child actors
This is useful in at least two scenarios:
- Unit testing actors that communicate to their parent directly
- Testing re-creating (typically persistent) actors with the same name
2016-09-01 11:38:07 +02:00
drewhk
4821fb158e #20904: Increase timeouts in TestKitDoc tests, use Sink.seq (#21260) 2016-08-31 17:20:05 +01:00
Patrik Nordwall
90cce8579a Merge branch 'master' into wip-sync-artery-dev-patriknw 2016-08-31 08:59:49 +02:00
Johan Andrén
012919fdb3 OrElse stage for fallback when no elements emitted #21024 2016-08-30 13:35:59 +02:00
Jamie Longmuir
440848c741 Add warning to Akka DD docs about freq add/deletes of top-level entit… (#21269)
* Add warning to Akka DD docs about freq add/deletes of top-level entities - fixes #21249
2016-08-25 16:47:58 +02:00
drewhk
67d0d2a4e3 Merge pull request #21183 from drewhk/wip-20890-stream-hub-drewhk
Stream Hubs
2016-08-24 13:33:02 +02:00
Endre Sándor Varga
bc358f3188 20890 Added MergeHub and BroadcastHub 2016-08-24 11:43:24 +02:00
Bernard Leach
ac8c4dc1b1 +Doc #20192 update http example to always consume response (#21241)
The single-request-in-actor-example does not consume the response
in where the status code is not OK.  Although this is unlikely
to cause backpressure issues as the response is likely to have
a HttpEntity.Strict entity, the example is confusing as it
does not follow the warning about always consuming the response.
2016-08-24 11:16:08 +02:00
Patrik Nordwall
8ab02738b7 Merge branch 'master' into wip-sync-artery-dev-2.4.9-patriknw 2016-08-23 20:14:15 +02:00
Wade Waldron
a397696f05 Added a note to the serialization section regarding desugared names #21263
* Updated note with changes from PR

* Updated note with changes from PR
2016-08-23 17:50:35 +02:00
Patrik Nordwall
7f2b6f8b54 Merge pull request #21186 from agolubev/21049-gaps-in-stages-overview-doc-agolubev
=str 21049 gaps in Source/Sink sections of stages-overview documentation
2016-08-23 12:08:38 +02:00
Alexander Golubev
024d95690c =str 21049 gaps in FlowOps section of stages-overview documentation 2016-08-23 10:51:30 +02:00
Endre Sándor Varga
5e830323f6 Updating to ScalaTest 3.0.0 and ScalaCheck 1.13.2 2016-08-22 11:13:49 +02:00
Lukasz Kusek
b873536e68 =doc fix akka-http timeouts documentation #21214
change akka.http.http-connection-pool -> akka.http.host-connection-pool
2016-08-17 21:05:53 +01:00
Hawstein
3e2bdb55a3 add extractActorSystem directive (#21097) 2016-08-16 14:59:05 +02:00
Hawstein
07c6332a22 !htc use correct rejection in http javadsl (#21179) 2016-08-15 17:32:01 +02:00
matsu-chara
d0eca7ef5d remove duplicated sentences (#21187) 2016-08-15 17:25:08 +02:00
Alexander Golubev
d3cbcf9342 =str 21049 gaps in Source/Sink sections of stages-overview documentation 2016-08-12 17:32:21 -04:00
Johan Andrén
ddb2218f0a Extra clarification and link to juc.ThreadPoolExecutor from docs #21109 2016-08-09 14:00:13 +02:00
Stefano Bonetti
16e3e01ba2 =doc websocket - amending streaming to streamed msgs #19945 2016-08-09 13:10:52 +02:00
Stefano Bonetti
f150b23c59 =doc adding a note about websocket idle-timeout #19945 2016-08-08 16:00:04 +02:00
Josep Prat
7876ecc20a Fix typo docs inbox #21132 2016-08-08 12:13:55 +02:00
Shivansh Srivastava
25e4586aa0 [#21090] Added the improved code for loggingResponsetime and added the link in the docs (#21118)
* [#21090] Added the improved code for loggingResponsetime and added the link in the docs

* [#21090] Added javadocs for logRequestResponseTime

* [#21090] Removed the compilation error caused by the missing imports

* [#21090] Removed the compilation error caused by type

* [#21090] Improved the identation of the code

* [#21090] Improved the identation of the code

* [#21090] Removed the empty line

* [#21090] Refactored the documentation with clear explanations
2016-08-05 16:16:14 +02:00
Richard Imaoka
d1a9049fa0 Add samples to run HTTP and HTTPS servers in the same app #18551 (#21079) 2016-08-05 16:11:59 +02:00
Johan Andrén
baf0eb2510 Incorrect message for graceful shard region shutdown docs fixed #20764 2016-08-03 13:22:07 +02:00
Konrad Malawski
a712f0149a Merge pull request #20778 from ktoso/revival-of-the-undead-json-streaming-of-doom-ktoso
+htp #18837 JSON framing and framed entity streaming directives
2016-08-02 15:59:58 +02:00
Konrad Malawski
9cc32c3aba +htp #18837 completely rewrite EntityStreamingSupport
added CSV examples
updated docs
EntityStreamingSupport is now an entry point, to all streaming things
both read and write side use it
it's easy to extend as well
2016-08-02 15:27:21 +02:00
Konrad Malawski
6562ddd2df =htp address review feedback on JSON streaming 2016-08-02 15:27:21 +02:00
Konrad Malawski
c76ec2ac15 +htp #18837 more docs and final cleanups, complete java docs 2016-08-02 15:27:21 +02:00
Konrad Malawski
24454f7f09 +htp #18837 JSON framing and framed entity streaming directives 2016-08-02 15:27:21 +02:00
Konrad Malawski
5783387c8a =doc,htc fix code include and method name of completeWith (#21092) 2016-08-02 12:32:59 +02:00