-
Implement an actor mailbox size limit capability. This way, a user will be able to avoid overloading actors with too many messages.
-
**Issue by [liff](https://github.com/liff)**
_Wednesday Sep 07, 2016 at 20:15 GMT_
_Originally opened as https://github.com/akka/akka/issues/21395_
---
Providing a `Flow` for decompressing gzip str…
ktoso updated
6 years ago
-
See https://github.com/grpc/grpc-java/pull/3119 for an example of manual flow control of gRPC.
It would be great to use it to implement backpressure instead of buffering.
There are also some [exis…
-
The documentation mentions:
> ...it does not include an Akka Persistence Query plugin.
It would be good to reference the [DynamoDB Streams documentation](https://aws.amazon.com/blogs/database/dyn…
-
Planning to do this: make the architecture more event-driven and reactive. May use Akka to decouple components (with reactive streams) rather than invoke services directly.
And event sourcing pattern…
-
Once the scope is decided in #18 we need to start the implementation, and there I can see two possible paths:
1. start out from what we have in `akka-actor`, copy it over, and start modifying it (begi…
rkuhn updated
8 years ago
-
https://github.com/akka/akka/actions/runs/4179274173/jobs/7239028718#step:5:18284
Seems similar to #31584
```
[02-15 00:49:05.554] [info] - must allow overriding the dispatcher using Attribute…
-
From what I've checked, *akka-io* branch (see PR: #2405) already passes more of the existing specs (that includes Akka.Streams integration) than the current version of components in Akka.IO namespace.…
-
Hello!
I think you should consider making a diagram in the style of Akka Streams blocks like the one in your code. It helped me think about the constructed flow and how to do composition in a webso…
-
### Play Version
2.8.19
### API
WS.stream() ( https://www.playframework.com/documentation/2.8.x/ScalaWS#Processing-large-responses )
Scala
### Operating System
Mac OS
### JDK
…