edavedian
edavedian
To clarify further, the response to the client could be SC_ACCEPTED and in this case the client isn’t interested in the actual result of the proxied call.
Thank you very much for the reply. In this use case the proxy doesn’t need to store the response and the client will not inquire about it later. The proxy...
Thank you very much for the reply. We are currently migrating applications form one cloud provider to another. We had a need to capture and replay requests from the live...
If the 2 servlet solution is not possible, we could still maintain nginx but make the mirror be a local instance of jetty-proxy with a single servlet running in spring...
@joakime thank you very much again for looking into this issue. Did you by any chance see my last replies?
@jhoeller Thank you so much for your analysis and suggestions above. We are currently using Spring Framework 5.8.5 and I upgraded our aspectj dependency to 1.9.21 and included a copy...
@jhoeller My apologies but after further testing I realized today that just upgrading aspectj dependency to 1.9.21 for us was sufficient to improve the long startup time. I also tested...