Now that we have designed and developed our decoupled components, we need to see how these services can work together. They can communicate with each other using REST, gRPC, and events. We'll discuss and explore these approaches and their trade-offs.
In this section, we will cover the following chapters:
- Chapter 9, Inter-Process Communication Using REST
- Chapter 10, Inter-Process Communication Using gRPC
- Chapter 11, Inter-Process Communication Using Events