Commit graph

125 commits

Author SHA1 Message Date
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