Infinity
Infinity

Reputation: 526

Is Parallel For Each Supported only in Mule 4.2 Run Time?

I am currently developing Mule application using 4.1.5 Run Time. I have the requirement to use parallel foreach . Is it supported only in 4.2.1? If not supported in 4.1.5. Is there any batch provided for the run time to support in 4.1.5?

https://docs.mulesoft.com/mule-runtime/4.2/parallel-foreach-scope

Upvotes: 0

Views: 989

Answers (1)

afelisatti
afelisatti

Reputation: 2835

Parallel foreach was indeed introduced in Mule 4.2.0 and hence, cannot be used in 4.1.5. There is no patch available as it is a new feature and not a bug fix.

Upvotes: 3

Related Questions