finagle
finagle copied to clipboard
A fault tolerant, protocol-agnostic RPC system
**Is your feature request related to a problem? Please describe.** I'm not really a Finagle user but maintain jackson-module-scala. Finagle does not yet support Scala 3 but many of its...
**Describe the bug** After updating Mysql server from 5.7.25 to 8.0 some queries started to fail with error: `java.lang.UnsupportedOperationException: LongBlob is not supported!` **To Reproduce** Mysql server version: **5.7.25** finagle-mysql...
**Describe the bug** We are using thrift-mux TLS connections to introduce mTLS between our clients & servers. Recently we switched to dynamic certificate provisioning using cert-manager. These certificates are only...
Hi, The code doesn't compile, build doesn't work (Java 11), it doesn't support the latest netty/finagle. At least the following problems will need correcting: Pipeline: object StringClientPipeline extends ChannelPipelineFactory {...
I have a test like this: ```scala test("Finagle StdClient is stuck on nested transaction") { val finagleClient: Client with Transactions = getUnderlyingFinagleClient val future = finagleClient.transaction { tx1 => for...
The existing Finagle Redis client does not handle operation redirects such as `MOVED` and `ASK`. It appears that this may have been supported as part of https://github.com/twitter/finagle/pull/648 but that PR...
Hi, I am using the MDCInitializer and let method, to pass the MDC context from main thread to the underlying threads when asyncronus call is made. I see that the...
We tried use subscribe command with auth in redis and got this error: `NOAUTH Authentication required`. ### Expected behavior Should work subscribe without errors in finagle-redis with auth ### Actual...
According to #560 you may be discussing but I got confused when using Finagle's load balancing feature. In order to distribute requests to multiple servers, we instantiate a service via...
**Is your feature request related to a problem? Please describe.** There is no obvious way to disable tracing (zipkin etc.) for a single request within a finagle-http-server. My usecase is...