-
The following snippet (taken from https://twitter.github.io/finagle/guide/Quickstart.html#using-clients) does not work:
```
object Client extends App {
val client: Service[HttpRequest, HttpResponse…
-
Hi all,
we are using the following libraryDependencies within our Finatra project:
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "2.2.2" % "test",
"com.twitter" % "scalatest-mi…
-
Hi,
It looks like finatra was removed from the twttr maven repository unless I'm missing something. When browsing the repository, finatra isn't showing - http://maven.twttr.com/com/twitter/
-
`MockApp` allows for easy unit testing of controllers, but it's existence is currently only documented in the [release notes for 1.5.2](http://finatra.info/blog/releases/2014/02/02/finatra-1.5.2-relea…
-
It looks like several people are interested in converting finagle over to scalatest. Since finagle has many small projects, and @p-antoine has already done the biggest chunk, finagle-core, I'm optimi…
-
Hello,
I created simple sbt application and added finatra to the dependencies. And simple code:
``` scala
package com.mixer
import com.twitter.finatra._
import com.twitter.finatra.ContentType
impo…
0xAX updated
10 years ago
-
Hi everyone
We faced with a problem of using finatra behind nginx. We have two nodes (EC2 c3.large) and nginx as a load balancer. Load is not super high, something around 50-100 req/s.
Sometimes we g…
-
Since RequestAdapter applies MultipartParsing to all POSTs, non-multipart posts with = and % in them fail. This comes up if you POST a JSON document with = and % anywhere in it.
This is was reported …
-
When I run `sbt -DsocksProxyHost=127.0.0.1 -DsocksProxyPort=1080 run`, I got this:
```
[info] Loading global plugins from /Users/lingchax/.sbt/0.13/plugins
[info] Loading project definition from /Vol…
-
Netty version: 3.9.0.Final
Context:
I encountered a bug when writing a POC using Twitter Finagle and a Sinatra like layer called Finatra (https://github.com/twitter/finatra).
When an xml body was PO…