-
Hi! I have a couple question about the API `/:owner/:repo/timeseries/downloads`
1. It returns `null` for some repositories, example -
http://twitter.augurlabs.io/api/unstable/twitter/finagle/times…
-
Tiny types demo uses `HttpServiceBase`, which brings in `SwaggerDocs`
https://github.com/paradoxical-io/finatra-extensions/blob/master/finatra-server/src/test/scala/io/paradoxical/finatra/sample/Sa…
-
The first exception thrown does not seem to be caught by ThrowableExceptionMapper, subsequent ones are.
### Expected behavior
When communicating with another HTTP server, if it is not responding…
pvcnt updated
6 years ago
-
The Hello World example published on the repo uses something called SwaggerController. But I don't think that class exists anymore. I think it has been replaced with DocsController.
I tried to modi…
-
#Depending on the version of jackson-core, it can not be converted to request parameter class.
### Expected behavior
For example, `finatra-http_18.4.0` depends on `jackson-core_2.8.4`.
At thi…
-
I'm on Metricbeat 6.1, when I try this configuration:
```yaml
- module: http
metricsets: ["json"]
period: 10s
hosts: ["localhost:$SERVICE_ADMIN_PORT"]
namespace: "finatra"
path: "/a…
-
`18.3.1` is the latest version in [maven central](https://mvnrepository.com/artifact/com.jakehschwartz/finatra-swagger_2.12/18.3.1) but the version in Github is `17.11.0`. Please update Github with th…
-
One line summary of the issue here.
It looks like finatra default deserialization of body and route/query params is forcing me to have case class with mix of all of them. It seems like mixing not rea…
-
Hey folks,
I've just integrated LoggingMDCfilter into our finatra server and it works well in most of our scenarios, but I've noticed something surprising in a specific situation.
We're using ja…
-
I´m looking forward to use RPC thrift using scrooge plugin and implementation of Finagle, but to be honest, it's impossible to find any updated and official documentation. So I´m start wondering, Are …