Patrik Nordwall
e49acb7daa
add Reason to CoordinatedShutdown, #24048
2017-12-04 14:16:06 +01:00
Richard Imaoka
a7c384b945
Add stream-substream.md #23461
2017-11-28 09:03:13 +01:00
Mark James
711ac5730b
Docs - re-order Java snippet delimiters for Getting Started Guide Part 4 #23966
2017-11-14 00:50:29 +01:00
nachinius
53bbd5ab5f
Allow RestartSource.withBackoff to restart only on failures #23881 ( #23911 )
...
* Allow RestartSource.withBackoff to restart only on failures #23881
2017-11-13 13:47:27 +01:00
Konrad `ktoso` Malawski
4d583d1e6c
+doc document lifecycle of ActorMaterializer explicitly ( #23836 )
...
* +doc #23835 document lifecycle of ActorMaterializer explicitly
* Update stream-flows-and-basics.md
* Update stream-flows-and-basics.md
2017-11-09 00:26:02 +09:00
Richard Imaoka
0988933fac
Stream cookbook sample for adhoc source ( #23761 )
2017-11-01 15:24:05 +01:00
Johan Andrén
4b654d637f
Don't use TestActorRef for async testing #23445
2017-10-11 15:29:02 +02:00
Konrad `ktoso` Malawski
40228e851d
=doc #23421 move Kill docs around and fix snippet ( #23429 )
2017-09-27 15:32:01 +09:00
Szymon Chojnacki
aaf1867e0e
=doc Make ActorSystem name in tutorial_1 consistent with documentation ( #23629 ) ( #23635 )
2017-09-13 18:45:11 +02:00
Konrad `ktoso` Malawski
721e486fdb
+str #23392 AbstractGraphStageWithMaterializedValue for Java users ( #23394 )
...
(no need to use Tuple2, can be Pair)
2017-09-11 16:35:35 +02:00
Patrik Nordwall
1e4e7cbba2
Merge pull request #23583 from akka/wip-multi-dc-merge-master-patriknw
...
merge wip-multi-dc-dev back to master
2017-09-01 17:08:28 +02:00
Arnout Engelen
5da20a2723
Consistently spell Maven and Gradle with uppercase ( #23569 )
2017-09-01 14:02:00 +02:00
Patrik Nordwall
6ed3295acd
Merge branch 'master' into wip-multi-dc-merge-master-patriknw
2017-08-31 10:51:12 +02:00
Josep Prat
5216c8b403
=doc Fix wrong scala/java snippet directives #23513
...
Issue: #23513
Fix inline snippet in stream-io
Fix wrong rendering on other pages
2017-08-11 19:23:11 +02:00
Patrik Nordwall
945ade245e
Add PartitonHub, #21880
...
* FixedSizePartitionHub in Artery
* expose consumer queue size
2017-08-09 17:00:35 +02:00
Sébastien Lorion
a95a94acff
Replace ClusterRouterGroup/Pool "use-role" with "use-role-set" #23496
2017-08-09 16:06:18 +02:00
Nafer Sanabria
ad1ffeda2b
throw java.io.NotSerializableException during deserialization ( #22821 )
...
* throw java.io.NotSerializableException during deserialization
* formatting fix
* add annotation to all fromBinary methods
* remove annotation
* add annotation to remaining methods in Serialization.scala
2017-08-08 13:15:18 +02:00
Johan Andrén
407131cb4e
Stream supervision doc clarification #23376
2017-07-26 16:23:46 +02:00
Richard Imaoka
3b74128c1f
Fix glued Scala/Java code snippet tabs ( Fixes #23415 ) ( #23420 )
2017-07-25 12:12:16 -07:00
Richard Imaoka
e0692b5e93
Merge paradox/scala/futures.md and java/futures.md ( #23397 )
2017-07-25 12:09:45 -07:00
James Roper
c60d20af32
Restart Flow/Source/Sink #19950
2017-07-20 15:02:34 +02:00
Arnout Engelen
aec87a94c4
Include imports in the GraphStage logging snippets ( #23378 )
2017-07-19 22:11:59 +09:00
Arnout Engelen
f38b928e13
Getting Started tutorial improvements ( #23210 )
2017-07-13 01:24:53 -07:00
Patrik Nordwall
87d74f1510
Docs for multi-DC features
2017-07-07 16:55:22 +02:00
Patrik Nordwall
df089ccde1
Merge pull request #22873 from akka/wip-15733-timers-patriknw
...
Support for Actor timers, and fix bug in FSM, #15733
2017-07-07 13:45:04 +02:00
Arnout Engelen
dd71f5759f
Add some more imports to cluster sharding doc examples ( #23305 )
2017-07-06 08:05:48 -07:00
Patrik Nordwall
f8a1d635fa
Support for Actor timers, and fix bug in FSM, #15733
...
* backport of the timers from Akka Typed, #16742
* also fixed a small bug in FSM timers, which could result in that
a timer from a previous incarnation was let through to new
incarnation after restart
* no more need for the complicated "how to" section in docs of
how to schedule periodic messages
2017-07-06 14:29:35 +02:00
Yu Nishiyama (a.k.a Richard)
71175eaf54
Merge paradox/scala/mailboxes.md and java/mailboxes.md ( #23191 )
2017-07-06 04:34:33 -07:00
Richard Imaoka
f0fba394ea
Merge paradox/scala/fault-tolerance.md and java/fault-tolerance.md ( #23172 )
2017-06-26 02:48:19 -07:00
Patrik Nordwall
4d4fe1471b
Merge pull request #22998 from richard-imaoka/doc-22803-blocking-imaoka
...
More description about blocking operations
2017-06-16 15:49:02 +02:00
Richard Imaoka
dfef449268
More description about blocking operations ( Fixes #22803 )
...
Improve wordings in actor-systems.md
Adding Java samples in actor-systems.md, and description for scala.concurrent.blocking() inside Future
Move the section for blocking operations to dispatchers.md
Fix minor issues in dispatchers.md
Remove note about scala.concurrent.blocking which would be unnecessary.
Correcting a typo "run run"
2017-06-16 21:46:02 +09:00
Richard Imaoka
6c1d82a4e6
Merge paradox/scala/cluster-metrics.md and java/cluster-metrics.md ( #23098 )
...
* Identical contents in scala/cluster-metrics.md and java/cluster-metrics.md for easier review
* Replace java/cluster-metrics.md with a symlink to scala/cluster-metrics.md
* Fix typo
2017-06-07 01:43:18 -07:00
Patrik Nordwall
2cc65e73a1
fix race in DeviceGroupTest, #22893
2017-05-15 15:51:51 +02:00
Arnout Engelen
cf282f9a43
Fix typo in test name
2017-05-15 08:46:04 +02:00
Patrik Nordwall
68aeba1cb7
rewrite quickstart page, #22900
2017-05-12 13:44:42 +02:00
Arnout Engelen
4cb9c2436f
Add java examples to getting started guide, with language switch ( #22919 )
...
* Java version of new Hello World
* Define paradox groups, use shorthand directives
* Make tutorial apply to both java and scala
* Use sbt-paradox-akka
2017-05-12 04:42:10 -07:00
Patrik Nordwall
59f53e1a22
move code to src/test
...
* so that it compiles and tests pass
* fix some additional snip references in getting started
2017-05-11 17:36:45 +02:00
Arnout Engelen
5507147073
Move content from akka-docs-new into akka-docs
...
Now the paradox documentation is no longer functional until we update akka-docs
to generate from paradox instead of sphinx
2017-05-10 15:21:23 +02:00