-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement http-client error log for non-CompletableFuture responses #10585
Comments
Hello, I am new to micronaut-core and I would like to work on this issue. Is it still open? |
yes. go ahead. |
Cool, Thanks! So, the http-client error log is already there for the case of To add the similar log for the Am I right? I am so sorry if the question sounds silly. Just want to make sure I understand the requirement correctly. Thank you in advance! 😄 |
that seems sensible for the sync case. I think it is also worthwhile to add the doOnError you mention on our own, just like it's implemented for CompletableFuture. |
Thank you for the confirmation and the suggestion @yawkat. I'll get right to it. |
Discussed in #10551
Originally posted by stefanos-kalantzis February 27, 2024
Case in point:
micronaut-core/http-client-core/src/main/java/io/micronaut/http/client/interceptor/HttpClientIntroductionAdvice.java
Line 384 in 3fc45e7
The text was updated successfully, but these errors were encountered: