twitter / finagle

A fault tolerant, protocol-agnostic RPC system
https://twitter.github.io/finagle
Apache License 2.0
8.78k stars 1.45k forks source link

Issues when running inside a Docker container #917

Closed kincsescsaba closed 2 years ago

kincsescsaba commented 2 years ago

Hi,

I have no problems running my server by default, but when I take the app in a Docker container, Finagle (mind that I'm using it via Finch) does not respond. I checked the request from inside the container, same issue. What's the best way to start debugging this and is there any common issue that can cause this behavior? I'm using an Alpine Linux Docker image.

kincsescsaba commented 2 years ago

Resolved, the problem was with an error that was hidden due to async behavior, I simply did not add a module to JVM