-
I want finatra to support Mokito 2.x.
If you can upgrade it, will you consider this?
-
It would be fantastic if there were a convertor to go between Spray JSON's `JsValue` and Jackson's `JsonNode`. That way, Spray JSON could be more efficiently leveraged in traditional containers (with …
-
In our testing tools we are checking that the zipkin query server is running but doing a HEAD request to the API.
This will return 404
But if we do a GET request it will respond normally with 200.
Tha…
-
Hi,
I'm currently trying to issue HTTP requests authenticated to an endpoint secured by Kerberos and SPNEGO. I've seen a fair share of servers implementing this protocol using Finatra/Finagle, but …
-
Hi!
I have a couple of questions for the API `/:owner/:repo/contributors`.
The API http://twitter.augurlabs.io/api/unstable/twitter/finatra/contributors
returns
```
[{"name":"cacoco","user"…
-
My plan is to refactor zipkin-web to that the web GUI for Zipkin becomes a pure HTML/JavaScript/CSS frontend on top of zipkin-query's REST API.
A lot of work has already been done:
- introduce webpack…
-
```ThriftServer``` & ```Controller``` is missing from the classpath while testing
### Expected behavior
I want to test thrift client when testing thrift server
### Actual behavior
##### Te…
-
The docs mention an example repo which does not exist on Github.
### Expected behavior
In this doc, https://twitter.github.io/finatra/user-guide/getting-started/flags.html,
the "example reposit…
-
Hi there,
We have a `.travis.yml` configuration specified with a matrix like such: https://raw.githubusercontent.com/twitter/finatra/develop/.travis.yml
Upon merging this change (in attempt to s…
-
In the hello-sample, code
filter[SampleFilter].getWithDoc("/courses/:courseId/student/:studentId")
doesn't work and server responds 404.
API cannot register with filter.