Broker loads whole response body into its memory before returning this response to the caller.
This may lead to problems when a server responds with some huge chunk of data, especially if such a thing happens simultaneously in multiple threads.
It is easy to crash the broker by responding with big response body
Broker loads whole response body into its memory before returning this response to the caller.
This may lead to problems when a server responds with some huge chunk of data, especially if such a thing happens simultaneously in multiple threads.
It is easy to crash the broker by responding with big response body