I believe if you call a blocking operation like Re...
# spring
m
I believe if you call a blocking operation like RestTemplate then you'll still block the thread that the coroutines are running on effectively blocking all coroutines on that thread. The blocking operations would need their own thread pool. WebClient in Spring 5 should help with this since it's non-blocking.