pekko/akka-docs/rst/scala
Patrik Nordwall c385f163d9 Limit number of concurrent PersistentActor recoveries, #22638 (#22641)
When starting many persistent actors at the same time the journal
its data store is protected from being overloaded by limiting number
of recoveries that can be in progress at the same time.

(cherry picked from commit afc9df17a7faf2a239598788ff48f3bf2cd7b605)
2017-04-24 18:04:13 +02:00
..
code/docs Fix comment in Backoff Supervisor example 2017-04-21 18:44:27 +09:00
http clarify Akka Http starting version 2017-01-29 08:31:29 -07:00
stream Introducing watching for completion earlier 2017-04-06 11:18:04 +02:00
actordsl.rst actor-dsl deprecation note 2016-12-15 12:31:20 +01:00
actors.rst Use Example Code Service for samples 2017-03-31 13:52:05 +03:00
agents.rst !agnt #21423 agents to be deprecated (#21913) 2016-11-30 15:00:09 +01:00
camel.rst Use Example Code Service for samples 2017-03-31 13:52:05 +03:00
cluster-client.rst Use Example Code Service for samples 2017-03-31 13:52:05 +03:00
cluster-metrics.rst Use Example Code Service for samples 2017-03-31 13:52:05 +03:00
cluster-sharding.rst Use Example Code Service for samples 2017-03-31 13:52:05 +03:00
cluster-singleton.rst Use Example Code Service for samples 2017-03-31 13:52:05 +03:00
cluster-usage.rst Use Example Code Service for samples 2017-03-31 13:52:05 +03:00
dispatchers.rst Doc - Modify Dispatcher to use simplified thread-pool-config values, as described by @ktoso in the the issue (#21572) 2017-02-21 15:51:18 +01:00
distributed-data.rst Use Example Code Service for samples 2017-03-31 13:52:05 +03:00
distributed-pub-sub.rst Use Example Code Service for samples 2017-03-31 13:52:05 +03:00
event-bus.rst Merge pull request #17889 from ktoso/doc-eventStream-subclass-ktoso 2015-07-03 00:51:18 +02:00
extending-akka.rst act #20332 Functionality to automatically load library extensions 2016-04-18 15:27:30 +02:00
fault-tolerance-sample.rst
fault-tolerance.rst add case for DeathPactException stopping actor 2017-02-18 02:30:43 +03:00
fsm.rst Use Example Code Service for samples 2017-03-31 13:52:05 +03:00
futures.rst fix typo in futures.rst (#21536) 2016-09-23 18:20:28 +02:00
hello-world.rst Use Example Code Service for samples 2017-03-31 13:52:05 +03:00
howto.rst remove template pattern in howto docs (#21808) 2016-11-09 20:13:19 +01:00
index-actors.rst =per #18288 Add docs of leveldb queries 2015-08-21 15:33:21 +02:00
index-futures.rst
index-network.rst #21209: Skeleton for Artery docs 2016-09-29 14:58:42 +02:00
index-utilities.rst =ker #15677 Deprecate Microkernel 2015-04-01 12:01:07 +02:00
io-tcp.rst =doc Akka & GitHub appearances in docs (#20968) 2016-07-18 10:33:44 +02:00
io-udp.rst misleading sentence deleted from doc (#22740) 2017-04-18 19:52:25 -05:00
io.rst !act #3812: Remove Pipelines 2014-01-17 15:52:24 +01:00
logging.rst fix some grammar/usage issues in docs 2017-03-12 17:10:16 +01:00
mailboxes.rst fix endless loop race condition in NodeQueue, #19949 2016-03-16 20:37:39 +01:00
persistence-query-leveldb.rst use exclusive fromSequenceNumber in eventsByTag, #22145 2017-01-16 11:43:47 +01:00
persistence-query.rst Promote PersistenceFSM, #21190 2017-01-24 11:21:37 +01:00
persistence-schema-evolution.rst Fix typos in persistence docs 2017-02-16 17:23:50 +01:00
persistence.rst Limit number of concurrent PersistentActor recoveries, #22638 (#22641) 2017-04-24 18:04:13 +02:00
remoting-artery.rst Use Example Code Service for samples 2017-03-31 13:52:05 +03:00
remoting.rst Add bind-hostname tip (#22418) 2017-04-24 17:22:12 +03:00
routing.rst =doc set up mailbox for BalancingPool documented #13961 2016-07-22 16:04:11 +02:00
scheduler.rst =doc #19661 document purpose and limits of akka scheduler (#22334) 2017-03-16 10:21:24 +01:00
serialization.rst Serialization Docs: Better intro to custom serializer section (#22653) 2017-03-30 13:36:09 +02:00
testing.rst =doc fix double 'the' in some docs (#21881) 2016-11-22 02:14:37 +01:00
testkit-example.rst
typed-actors.rst =htp address review feedback on JSON streaming 2016-08-02 15:27:21 +02:00
typed.rst Let typed Stateful optionally handle signals also, #22293 2017-03-16 20:55:50 +01:00