-
When I click shutdown in the admin server and click OK the request sent is GET instead of POST.
### Expected behavior
Shutdown the server
### Actual behavior
Server returns `405 Method Not…
-
Some of the projects we are trying to trace use Finagle/Finatra as the http server. Since they use Netty behind the scenes, we can get automatic tracing when a request comes in, but can't get annotate…
-
Scala 2.13.0 was [released](https://github.com/scala/scala/releases/tag/v2.13.0), so it would be great to have finagle build for it.
If it's marked with an asterisk, it doesn't have any dependencie…
-
in twitter-server and finatra, there is a https://github.com/mariusae/heapster wrapper for heap pprof. but the heapster is a jni project. can metrics support it?
-
From @yurishkuro
> the query to get all service names in Cassandra needs to hit every node in the cluster. We've been seeing strange huge latencies with it recently, still investigating. To mitigate…
-
Seeing this runtime exception when I pull in maha artifacts.
Finatra uses netty 4.1.35.Final but somehow this class is getting pulled into the classpath from ning async-http-client as it pulls an ol…
-
When the Finatra router is handed a request that doesn't match the registered routes, a 404 response in sent that seems to bypasses the accessLog filter. No log is written and I can't find a way to ca…
-
This issue regarding a lack of support in `FinatraObjectMapper` for deser'ing generic case classes was closed because @cacoco mentioned that Jackson did not support generics due to type erasure.
ht…
-
Jackson version need to be updated to latest version.
### Expected behavior
Jackson Dependency version should be of version 2.9.8 (latest)
### Actual behavior
The current version is 2.9.6…
-
- OS: Windows 10 Enterprise LTSC v. 1809
- Programming Language version: Javascript
- CCXT version: 1.19.94
- Exchange: UPBIT
- Method: exchange.fetchOpenOrders()
Good afternoon, I'm trying to …