February 2018
Intermediate to advanced
356 pages
9h 10m
English
As we have been doing in the previous chapters, we will use the Spring Initializr for that purpose. The following dependencies should be selected, as shown in the following screenshot:

There are some necessary dependencies. The Stream Binder Rabbit and Sleuth Stream dependencies are necessary to enable us to the send data spans, and to enable application trace, across to the RabbitMQ message broker. We will use MongoDB to act as a database for this specific application, so we need Reactive MongoDB for that. Config Client is mandatory for all microservices present in the solution. We will not have any application ...