-
https://github.com/akka/akka-http/actions/runs/3551826795/jobs/5966320638#step:7:2133
```
[info] should eventually fail (with backoff: true)
[2104](https://github.com/akka/akka-http/actions/run…
-
The links to explain how backing off works point to the now deprecated `Backoff` API (The link is dead as it should point to `Backoff$.html`).
Instead, the back-off logic should be explained for th…
ennru updated
4 years ago
-
If a query returns a large dataset, it would be nice to have a possibility to process rows one-by-one. [Reactive streams](http://www.reactive-streams.org) seems to be a really good way how to do it. T…
-
When I send an email I don't want to "block" my process. I'm using Akka to "schedule" the send:
``` scala
Akka.system.scheduler.scheduleOnce(1.seconds) {
}
```
Maybe we can add a `sendAsync` to the …
-
Version: 1.4.0 and beyond.
Relevant JVM PRs: https://github.com/akka/akka/pull/23828
Introduce Artery.TCP in v1.4.0 as an opt-in remoting feature; gradually stabilize it over 1.4.0 patch lifecyc…
-
We should explore the possibility to phase out StreamRefs in favor of using Reliable Delivery. We might need some documentation example or even additional Akka Streams integration to make it easier to…
-
We use SnappyHadoopCompatibleOutputStream paired with Akka streams to ingest data, and we run into issues when attempting to flush the stream when there isn't enough disk space. Akka streams' implemen…
-
I think it is possible to use akka io from typed, but not quite sure. We should document how to do that, or recommend using streams instead in the docs (but then UDP requires alpakka?).
-
Failed to bind address in scripted tests (CRON master).
https://travis-ci.com/github/lagom/lagom/jobs/298369999#L3763-L3790
There is another error (matching error) after this, but I don't think…
-
It would be great if Akka persistence r2dbc offered an import/export API. If you have data that you want to get in/out of Akka persistence r2dbc, this currently requires understanding exactly how the …