-
**Issue by [jrudolph](https://github.com/jrudolph)**
_Wednesday Feb 11, 2015 at 13:59 GMT_
_Originally opened as https://github.com/akka/akka/issues/16857_
---
See spray/spray#1007 and the previous…
-
Hello all
Seeing as 2020 is approaching I would appreciate it if steps towards properly moving away from JDK8 would be taken. Supporting the JDK9+ module system would be a great start. While many p…
-
Hi,
We switched to Play 2.6 backend with Akka http and we have problem with one of our websocket clients that isn't getting sub protocol header in the handshake response.
When we're running it w…
-
Scala 3 is out for quite some time, we need to migrate to Scala 3 to be up to date and to use some of the features.
-
I'm trying to use the plugin, so I've added to my plugins.sbt:
```
addSbtPlugin("nl.codestar" % "sbt-findsecbugs" % "0.8")
```
and when I type `sbt findSecBugs` I get the following …
-
Spark Streaming provides slightly different API to control.
Is there any plan to support start/stop stream processing?
-
Hi,
I have a web service (using akka-http) that receives messages and produces a file to then upload to an s3 bucket, with an s3Key that is determined at runtime uniquely for each message.
I see…
-
-
As this is currently one of the most important stream elements as it is the only one which supports dynamic broadcasting, it's important that it is clear how it works.
Here a few questions I cannot e…
-
If a response has no Content-Type header, and an empty body, the HttpResponse.entity.contentType is sometimes set to application/octet-stream, and sometimes to ContentTypes.NoContentType (which equals…