required type ‘int’ for property ‘maxConcurrency’; nested exception is java.lang.NumberFormatException – MuleSoft
After updating an app from Mule Runtime 4.4.0
to 4.6.9
an error occurs during deploy on CloudHub. ** when deployed on Studio the app runs without raising an error.
required type ‘int’ for property ‘maxConcurrency’; nested exception is java.lang.NumberFormatException – MuleSoft
After updating an app from Mule Runtime 4.4.0
to 4.6.9
an error occurs during deploy on CloudHub. ** when deployed on Studio the app runs without raising an error.
Mule 4 custom policy performance improvement
I recently developed a Mule 4 custom policy which intercepts an incoming request, makes an api call using the req body and from the response received, it appends a header with the response value. The policy works fine.
Mule 4 custom policy performance improvement
I recently developed a Mule 4 custom policy which intercepts an incoming request, makes an api call using the req body and from the response received, it appends a header with the response value. The policy works fine.