Unexpected behaviour for asynchronous doSend-Call #2889
Unanswered
agering-hmmh
asked this question in
Ideas
Replies: 1 comment
-
This is how
That is not what we can control some way on |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
doSend() returns CompletableFuture
Expectation: sending is async and all errors are handled as CompletableFuture.exceptionally()
Reality:
@Async
),try catch
to handle all possible exceptions, otherwise where is status 500, although CompletableFuture.exceptionally definedBeta Was this translation helpful? Give feedback.
All reactions