How to handle huge data from a REST service
问题 We are using a REST service that returns huge data. In production, the server hardware can handle it. I need to test the REST service by getting the data on my local machine, which cannot handle the huge data. My local machine is a 4G i5. I am getting out of memory exception every time I hit the service. response.getStatus() returns 200 status. But while collecting the data using input stream reader, I get an out of memory exception. BufferedReader br = new BufferedReader(new