-
### Play Version (2.6.x / etc)
### API ( Java )
### Operating System (cent os)
### JDK (Oracle 1.8.0_72,)
### Library Dependencies
mysql8 --- hikaricp
### Expected Behavior
…
-
-
I wrote a [test](https://github.com/steinybot/Kamon/blob/akka-http-ws-streams-bug/instrumentation/kamon-akka-http/src/test/scala/kamon/akka/http/AkkaHttpServerTracing2Spec.scala#L76-L93) which reprodu…
-
Akka HTTP's HTTP model is very much state of the art when it comes to a statically typed HTTP Model. This is confirmed by other projects, such as http4s, using the good ol' Spray model, and we know we…
ktoso updated
6 years ago
-
By default, `akka.management.http.hostname` is determined with `InetAddress.getLocalHost.getHostAddress`.
That is kind of dangerous, since that might pick the wrong one when a host has multiple add…
-
The APIs currently offered by Akka HTTP for WebSockets don't allow a WebSocket to be cleanly proxied (at least as far as I can tell). This is particularly a problem if building a general purpose HTTP…
-
Scala `2.12.2`
Kamon `2.1.8`
After upgrading to akka-http to `10.2.2` operation names end up containing raw path instead of replacing matched sections with a special characte.
In this example w…
-
As Akka and Akka HTTP are separate repos/follow separate release schedules they also have separate search indexes. This perhaps makes sense from a maintainer aspect but as a user it is surprising and …
-
Use http4s? zio-http? tapir + netty? tapir + vertx? There's a couple of options.
adamw updated
2 years ago
-
Hi!
I wondered if it would be possible to enhance the _Play Framework_ to support user provided Akka HTTP routes.
**Motivation:** I've used the [Tapir](https://tapir-scala.readthedocs.io/en/late…