-
Akka HTTP is the successor for spray. With the first non-experimental release of Akka HTTP, spray has reached its end-of-life. http://doc.akka.io/docs/akka-http/current/scala/http/migration-guide/migr…
-
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…
-
Seeing this in the exchange logs
Jun 10 13:56:17 ibm-edge-exchange-7686d869cb-24vxn ibm-edge-exchange WARN [WARN] [06/10/2021 17:56:17.022] [actors-akka.actor.default-dispatcher-6029] [akka.actor…
-
Apache Pekko is an open-source alternative to Akka. Do you think making available pekko-http and pekko-stream modules?
-
rkuhn updated
5 years ago
-
By default CiviForm reserves 9 threads for [database interaction](https://github.com/civiform/civiform/blob/main/server/conf/application.conf#L422-L446) and whatever the play framework's default is fo…
-
https://github.com/levkhomich/akka-tracing/wiki
There is no page for akka-http. So it is not clear how to trace requests with akka-http and Java.
-
(Lagom-side issue: https://github.com/lagom/lagom/issues/1928)
-
In #1316, akka-http would gracefully reject `CONNECT` request.
If an option that accepts `CONNECT` is added, users can easily use `Http().serverLayer` to implement their http proxy.
-
I'm opening this ticket because I cannot understand how I should implement a streamed API with this project.
I checked the documentation and the examples but I didn't find anything.
We are using…