August 2018
Intermediate to advanced
372 pages
9h 29m
English
When you're running distributed applications, you have to connect different services in order to make them work together. To achieve this requirement, you need to know the hostnames or IP addresses of the services, among other configuration variables. The order in which the services are made available is also important. Let's consider the following simple application:

The preceding diagram represents the most simple application; it has only one dependency on a database server. In this example, the application needs some database configuration parameters, such as the IP address, port, and so on. And ...
Read now
Unlock full access