Hi,
i developed many spring boot microservice and every time is too hard understand in the cloud what's happen when application receive an http call (DEV/QA environment).
So i spot HttpExchangeRepository which could be a good tool to see what application receive and send back to client, but unfortunately there isn't request/response body.
I saw classes below classes and i think could be easy to add this feature
HttpExchange
RecordableHttpRequest
RecordableHttpResponse
This kind of feature, in my mind, is just for DEV or QA env not Production of course for many many reasons.
Could be very usefule to have it driven by a config property.
Thanks in advance