-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Akka.Actor: bounded
IStash
programmatic configuration (#6661)
* close #6658 Add APIs to track content of Stash * added basic stashing test cases * updated API approvals * Added `StashSize` to `Deploy` * adding support for bounded stash sizes * API approval * adding `Props` and `ActorOf` support for configuring stash size * added API approvals * ensured that `IWithUnboundedStash` can't be accidentally made bounded via HOCON or config * added `stashSize` to protobuf wire format needed for remote deployments * rename `StashSize` to `StashCapacity` * renamed wire format from stashSize to stashCapacity * added serialization support for `StashCapacity * API approvals * added documentation * added bounded stashing api docs to untyped actor page * added comment explaining backwards compat handling for StashCapacity * fixed `DeploySurrogate` API * fix `Deployer` * fix `AbstractStash` * fixed docs
- Loading branch information
1 parent
f79c26d
commit 1877a0e
Showing
18 changed files
with
405 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.