I am getting one requirement where the file size 5Mb which has to parsed from source to target.
Source and target system protocols are rest over https and hence it is json request and response.
Now i have to stream the data since more 1MB is not allowed to process as per our design team.
Now somebody help me how to handle this over rest protocol.
Data needs to be streamed and backend also shuld support streaming