Understanding the service discovery power

We will create our first microservice with business requirements. We will create a planes microservice, which will maintain data about company planes, such as characteristics, model, and some other attributes.

The planes microservice will be used to serve plane characteristics for our second microservice, the flights microservice. It needs to get some plane information to be able to create a flight, such as the number of seats.

The planes microservice is an excellent candidate to start with because there is no business-related dependency to be created.

Our planes microservice will be useful soon. Time to create it. Let's go.

Get Spring 5.0 By Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.