Commit graph

1642 commits

Author SHA1 Message Date
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
Zahari Dichev
4d45064296 Add AffinityPool which pins actors to threads (#23104) 2017-07-07 13:36:26 +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
Yu Nishiyama (a.k.a Richard)
302214c294 Merge paradox/scala/distributed-pub-sub.md and java/distributed-pub-sub.md (#23266) 2017-07-04 06:17:15 -07:00
Yu Nishiyama (a.k.a Richard)
e647803e5e Merge paradox/scala/remoting-artery.md and java/remoting-artery.md (#23258) 2017-07-04 05:47:53 -07:00
Patrik Nordwall
e6c2d3f550 Merge pull request #23270 from akka/wip-revert-multi-dc-master-patriknw
Revert cluster team setting
2017-07-04 09:13:37 +02:00
Arnout Engelen
aaa29742ac Add link to akka-http talks on 'books/videos' page (#23268) 2017-07-04 08:12:17 +01:00
Arnout Engelen
0115d5fdda Less abbreviations, more reliable test
(cherry picked from commit 61e289b276f410654c1b063c33648e0d7ea88e50)
2017-07-03 10:47:21 +02:00
Arnout Engelen
2f11ec6f25 Introduce cluster 'team' setting and add to Member
Introduced cluster-team.md so we can grow the documentation with each
PR, but did not add it to the ToC yet.

(cherry picked from commit a06badaa03fa9f3c9a942b1468090f758c74a869)
2017-07-03 10:47:14 +02:00
Patrik Nordwall
a7dc938188 Revert "Introduce cluster 'team' setting and add to Member"
This reverts commit a06badaa03fa9f3c9a942b1468090f758c74a869.
2017-07-03 10:44:36 +02:00
Patrik Nordwall
bd6afb8952 Revert "Less abbreviations, more reliable test"
This reverts commit 61e289b276f410654c1b063c33648e0d7ea88e50.
2017-07-03 10:44:24 +02:00
Nafer Sanabria
9bd27a2459 merge content of stream-io.md (#23236) 2017-07-01 09:33:45 -07:00
Richard Imaoka
afe349b6cd Fix typo getStageActorRef to getStageActor (#23259) 2017-06-30 03:07:30 -07:00
Rafael Avila
c8a7347355 Typos (#23260)
In Device Group section there are 2 occurrences of contains word and a mismatch type in the section about removing device actor when stopped.
2017-06-30 01:38:50 -07:00
Arpan Chaudhury
bfb8f168f4 Can merging of multiple sources be prioritized? (#22864)
* Adding MergePrioritized graph stage

* Adding MergePrioritized in akka docs

* Adding suggested documentation of MergePrioritized in akka docs

* Adding thread safe random number generator ThreadLocalRandom

* fixing documentation for MergePrioritized

* Refactoring selectNextElement() in MergePrioritized for less memory allocations

* Removing extra parameter in MergePrioritized and using SplittableRandom

* Refactoring GraphMergePrioritizedSpec

* Changes for paradox migration

* Optimized a few methods in MergePrioritized (#22864)

* increased no of elements in source in GraphMergePrioritizedSpec (#22864)
2017-06-28 12:45:46 +02:00
Arnout Engelen
8bea7b4ace Make the 'other modules' doc sections (#23233)
So they show up in the ToC
2017-06-27 12:51:50 +01:00
Arnout Engelen
403702d19f Move 'java 8 compatibility' under 'utilities' (#23232)
Doesn't really deserve a top-level section IMO
2017-06-26 23:53:11 -07:00
Arnout Engelen
9f78cd12c4 Introduce cluster 'team' setting and add to Member (#23234)
* Introduce cluster 'team' setting and add to Member

Introduced cluster-team.md so we can grow the documentation with each
PR, but did not add it to the ToC yet.

* Less abbreviations, more reliable test
2017-06-26 16:28:06 +02:00
Nafer Sanabria
f591bedfbb merge content of stream-testkit.md (#23213) 2017-06-26 02:55:18 -07:00
Nafer Sanabria
9856e2f378 merge content in stream-quickstart.md (#23212) 2017-06-26 02:52:36 -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
Richard Imaoka
4c76424c3b Merge paradox/scala/io-tcp.md and java/io-tcp.md (#23163) 2017-06-26 02:45:59 -07:00
Josep Prat
0649f0c142 =doc Add dependency for Akka Typed #23222 (#23223) 2017-06-26 02:28:20 -07:00
Richard Imaoka
bfc055b297 Merge paradox/scala/persistence.md and java/persistence.md (#23226) 2017-06-26 02:15:43 -07:00
László van den Hoek
e4077cc14f fix typo (mather -> matter) (#23221) 2017-06-23 03:07:07 -07:00
László van den Hoek
2caf86b706 remove duplicate recoverWithRetries entry (#23220) 2017-06-23 02:45:12 -07:00
László van den Hoek
2772236d19 fix unbalanced quotes that mess up formatting (#23219) 2017-06-23 02:04:20 -07:00
Nafer Sanabria
8865691231 merge content of stream-rate.md (#23218) 2017-06-23 01:43:34 -07:00
Atiq Sayyed
66cc0d2700 Merge scala/stream/stream-customize.md and java/stream/stream-customi… (#23181) 2017-06-20 08:51:03 -07:00
Atiq Sayyed
6bbe94a668 Merge docs for /java/stream/stream-dynamic.md and /scala/stream/strea… (#23182) 2017-06-20 04:33:51 -07:00
Atiq Sayyed
21c702f36a Merge scala/stream/stream-error.md and java/stream/stream-error.md (#23183) 2017-06-20 04:19:57 -07:00
Richard Imaoka
972fb0001b Merge paradox/scala/persistence-schema-evolution.md and java/persistence-schema-evolution.md (#23189) 2017-06-20 01:25:27 -07:00
Richard Imaoka
ce96053dcd Merge paradox/scala/cluster-singleton.md and java/cluster-singleton.md (#23184) 2017-06-20 00:27:08 -07:00
Nafer Sanabria
e93ae613d1 =doc #23052 merge content of stream-integrations.md (#23203)
* merge content of stream-integrations.md

Ref #23052

* use symlink in java counterpart

* make file a symlink
2017-06-20 09:19:00 +02:00
Nafer Sanabria
dd930f4835 =doc #23052 merge content of stream-introduction.md (#23204)
* merge content of stream-introduction.md

Ref #23052

* use symlink in java counterpart

* make file a symlink
2017-06-20 09:06:03 +02:00
Richard Imaoka
b29753eb84 Merge paradox/scala/persistence-query-leveldb.md and java/persistence-query-leveldb.md (#23188) 2017-06-19 03:50:44 -07:00
Richard Imaoka
85e55f289b Merge paradox/scala/fsm.md and java/fsm.md (#23190) 2017-06-19 03:24:12 -07:00
Richard Imaoka
8528deb306 Merge paradox/scala/io.md and java/io.md (#23168) 2017-06-19 01:46:51 -07:00
Richard Imaoka
34fda05e20 Merge paradox/scala/routing.md and java/routing.md (#23192) 2017-06-19 01:09:43 -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
2ec2d98888 Use snapshot-after in config for periodical snapshots in PersistentFSM (#22605)
* Use snapshot-after in config to periodical snapshot in PersistentFSM (#21563)

* akka.persistence.fsm.snapshot-after is either off or a numerical value

* Use Akka Extension for snapshot-after in PersistentFSM
2017-06-16 14:47:00 +02:00
Johan Andrén
53551a983e runaway bracket fix 2017-06-16 21:46:10 +09: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
Patrik Nordwall
3c8f6dacd8 Merge pull request #23169 from richard-imaoka/doc-scheduler-imaoka
Merge paradox/scala/scheduler.md and java/scheduler.md
2017-06-16 14:39:00 +02:00
Patrik Nordwall
7882bc5688 Merge pull request #23171 from richard-imaoka/doc-serialization-imaoka
Merge paradox/scala/serialization.md and java/serialization.md
2017-06-16 14:32:21 +02:00
Patrik Nordwall
5641c12547 Merge pull request #23175 from richard-imaoka/doc-persistence-query-imaoka
Merge paradox/scala/persistence-query.md and java/persistence-query.md
2017-06-16 14:17:59 +02:00
Richard Imaoka
cfbf670085 Replace java/persistence-query.md with a symlink to scala/persistence-query.md 2017-06-16 20:45:58 +09:00
Richard Imaoka
af3b3d3732 Identical contents in scala/persistence-query.md and java/persistence-query.md 2017-06-16 20:44:04 +09:00