In the last chapter, you were introduced to Apache Camel and Quarkus, you got started on the system integration discussion, and you learned a little bit about the evolution of the technologies approached by this book. This basic knowledge is extremely important to allow you to dive deeper into more specific conversations. Now, I’ll discuss synchronous communication using REST.
Inter-process communication used to be a challenge for most developers. If we take the Java language as an example, ...