Valid MCIA-Level-1 Dumps shared by ExamDiscuss.com for Helping Passing MCIA-Level-1 Exam! ExamDiscuss.com now offer the newest MCIA-Level-1 exam dumps, the ExamDiscuss.com MCIA-Level-1 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com MCIA-Level-1 dumps with Test Engine here:
As a part of project requirement, client will send a stream of data to mule application. Payload size can vary between 10mb to 5GB. Mule application is required to transform the data and send across multiple sftp servers. Due to the cost cuttings in the organization, mule application can only be allocated one worker with size of 0.2 vCore. As an integration architect , which streaming strategy you would suggest to handle this scenario?
Correct Answer: D
As the question says that data needs to be sent across multiple sftp serves , we cannot use non-repeatable streams. The non-repeatable strategy disables repeatable streams, which enables you to read an input stream only once. You cant use in memory storage because with 0.2 vcore you will get only 1 GB of heap memory. Hence application will error out for file more than 1 GB. Hence the correct option is file base repeatable stream