-
-
Finagle based http client, occasionally throws `CancelledRequestException` when making requests to another Finagle based http server. (Both used with finatra)
### Expected behavior
Http client d…
-
Do you have any plan to support scribe?
because Scribe is faster than normal HTTP
see: https://github.com/twitter/finagle/tree/develop/finagle-zipkin#data-sink
And also easy to integrate with…
-
@jakehschwartz
Is it possible to support?
com.twitter.finatra:finatra-http_2.11:2.16
The use of "com.twitter", "finatra-http"% "2.11.0" in the current version, "com.twitter" a…
-
jdk1.8
scala 2.11.11
sbt 0.13.15
I want to use quill
> "io.getquill" % "quill-finagle-mysql_2.11" % "1.3.0"
> "com.twitter" %% "finagle-my…
-
Finatra documentation says it it encourages using `finatra-jackson` module potentially independently from http layer. It would be good if dependency footprint of it can be small, but instead it brings…
-
Thank you in advance for maintaining finatra-swagger.
But I need different scala versions, 2.11 and 2.12.
So could you support scala 2.11? 🙂
-
When I click shutdown in the admin server and click OK the request sent is GET instead of POST. The UI should be updated to send POST request.
### Expected behavior
Shutdown the server
### Ac…
-
Hey, we're trying to upgrade to `scala 2.12`, but we aren't able to due to incompatible transitive dependencies.
We're using twitter/finatra (depends on `specs2-2.4.17`) and various wrapper librari…
-
Finatra has a lot of really nice stuff to make serializing scala types easier with jackson. Specifically Option[Long] handling. However, this is locked away inside of Finatra, and not shareable to a…