Until now, we have discussed inter-service communication and have gone through the practical implementation of ProductService with the use of synchronous and asynchronous communication. We've also implemented microservices using different styles of collaboration. Our FlixOne bookstore (developed as per the microservice architectural style) required more interaction, therefore it required more patterns. In this section, we will discuss the implementation of various integration patterns required for our application.
The complete application of the FlixOne bookstore is available in Chapter 10, Creating a Complete Microservice Solution.