Microservice communication
So far, all our microservices are accessed directly using the HTTP protocol. With the shared data pattern, that will not be modified. All the necessary communication for our microservices is declared in the configuration file of our Nginx so far.
We are in the process of the gradual evolution of our application and, in later chapters, you'll start learning about microservices communication itself.