Replies: 1 comment 2 replies
-
Have you tried the latest version of 4.1.x? There were some fixes to the connection pooling by @yawkat |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on a Kotlin application that uses Micronaut to consume messages via Kafka and perform REST integrations via HTTPS with a reactive HTTP Client. However, I've been experiencing two intermittent issues and I don't know if they are related.
Here is my project that can be used for further investigation: https://github.com/lucasgust/micronaut-reactive-http-client-with-coroutines
It is using the same structure, libraries, and configurations as my production environment application (except for Kafka, as I believe it is not necessary). I used the same project as the one used in Micronaut HTTP Client Guide.
ReadTimeoutException
immediately after consuming a message (I can notice this by logs). The client's default timeout doesn't seem to be respected, giving the impression that the external service isn't even being requested. Unfortunately I can't reproduce this error in local development.Beta Was this translation helpful? Give feedback.
All reactions