Last Updated on 27/03/2021 by Patryk Bandurski It is a good practice to monitor your service and check whether it is available and/or is performing as expected. To do this, we need to specify what the service’s health term means. In this article, I will present two different definitions. However, keep in mind that you can…
How to convert decimal number into integer using DataWeave
Last Updated on 03/05/2021 by Patryk Bandurski This article is about converting decimal numbers into integer ones. This may seem tricky at first. You may say that we do not need to do anything special and the DataWeave engine will handle it underneath. However, there is a nuance that you should be aware of. In…