-
Based on the documentation of `akka.http.http2.max-concurrent-streams`, I would expect that `OutgoingConnectionBuilder#http2()` would back pressure when as soon as `max-concurrent-streams` is reached…
-
It should provide more info for the case where the exception name is not printed along with the message as reported in https://github.com/akka/akka-http/issues/1364. Right now error messages from Akka…
-
```
[error] Test akka.stream.alpakka.ftp.FtpsWithProxyStageTest.remove failed: java.util.concurrent.TimeoutException: null, took 3.006 sec
[error] at java.util.concurrent.CompletableFuture.timed…
seglo updated
4 years ago
-
Classpath of `akka-http` + `akka-stream` (need both):
```bash
$ coursier resolve com.typesafe.akka:akka-stream_2.12:2.5.23
com.typesafe:config:1.3.3:default
com.typesafe:ssl-config-core_2.12:0.3.7…
-
Add the mailbox from https://github.com/akka/akka/pull/24779 to akka-actor by shading JCTools.
Also:
* Documentation, trade-offs (when to use)
* Try in Akka streams (benchmark) with async boundar…
-
(As requested by Konrad on akka-user)
https://groups.google.com/forum/#!topic/akka-user/AgVHHnl9ub4
Request for more examples here:
http://doc.akka.io/docs/akka/2.5/scala/stream/stream-customize.…
-
Looks like `Source.fromPublisher` buffers some data from the source. I couldn't find any way to limit or disable the buffer size.
```
val source3 = Source.fromPublisher {
Source.fromIterator(…
-
### Short description
When investigating akka-grpc performance in https://discuss.lightbend.com/t/akka-grpc-performance-in-benchmarks/8236/, I noticed that marshalling performance is affected by th…
-
## Problem
Currently, sbt-assembly fails if the dependency jar artifact cointains other configuration files (in the sense of [Lightbend Config](https://github.com/lightbend/config)) besides `refere…
-
I will do it.