Synthetic Monitoring vs. API Monitoring: Why You Need Both

There are so many different types of monitoring in the DevOps world today that it can be easy to lose track of them. There’s application performance monitoring and infrastructure monitoring. There’s user experience monitoring, uptime monitoring, and real-user monitoring.

And then there’s synthetic monitoring and API monitoring — two types of monitoring that can seem similar, but are actually quite different. https://goo.gl/4N2zpB #DataIntegration #ML

Parallel Processing in Mule

Parallel processing is a technique where a list of actions can be executed concurrently but independently and the parent flow will not continue until all actions are completed. This can be done in Mule using Scatter and Gather flow control. 

Consider an example: a flow should call 2 REST services concurrently and combine the result and return. https://goo.gl/icxifF #DataIntegration #ML