❓ How do we make non-blocking http post request in springboot? I have service A that is making about 100 or so request to service B. I want service A to make non-blocking http post request, that is make the http post request but don't wait for a response to make another one.
😶 1
e
Emil Kantis
03/21/2022, 8:57 PM
Not Kotlin, but look into Webflux.
s
Saharath Kleips
03/22/2022, 4:28 PM
You might want to take a look into #coroutines and