Here is an explanation of how @TransactionalEventListener works, how it's different from a @EventListener, and what threats should be taken into account before using it.
In the fourth issue of DZone's Coffee With a Data Scientist, we had a chat with business analytics evangelist, Tuhin Chattopadhyay, to glean some of his expert insights and opinions on the Big Data space.
Testing your REST APIs and even calls between microservices are of critical importance. Take a look at a tool that can help make that testing a little easier.
Learn how to get started with Apache NiFi by walking through how to ingest Salesforce data into Hive tables with the help of Progress DataDirect JDBC drivers.
Learn how to schedule and execute Talend jobs with Airflow, an open-source platform that programmatically orchestrates workflows as directed acyclic graphs of tasks.
In this post, I discuss how to use embedded MongoDB in a Spring Boot application. This is all you need to do to start using Embedded MongoDB in a Spring Boot application.
Understanding promises is essential to understanding async functions. Learn the basics of promises and demonstrate how they can be used to construct asynchronous apps.
So your network just went down and you got it back up. We take a look at ten questions you can answer to assess what happened and how to prevent it from happening again.
Kotlintest, a port of scalatest written in Kotlin, comes with the support of property-based testing. See how to take advantage of it on a few helpful examples.
Microservices and distributed systems are closely linked. But to make sure you can properly trace your services, it's key to architect your solution properly.