On the JVM side, depending on what tool you are us...
# ktor
r
On the JVM side, depending on what tool you are using to make the request to the backend API, you could check a memory dump to see if there is a blocking queue filling up with pending network requests. Or a bunch of threads waiting to write to said queue.