Microservices frameworks and tools
It is always better not to reinvent the wheel. Therefore, we would like to explore what tools are already available and provide the platform, framework, and features that make microservice development and deployment easier.
Throughout the book, we have used Spring Cloud extensively, due to the same reason: it provides all of the tools and platforms required to make microservice development very easy. Spring Cloud uses Netflix Open Source Software (OSS). Let us explore Netflix OSS—a complete package.
I have also added a brief overview about how each tool will help to build good microservice architecture.
Netflix Open Source Software (OSS)
Netflix OSS center is the most popular and widely used open source software for Java-based microservice open source projects. The world's most successful video renting service is dependent on it. Netflix has more than 40 million users and is used across the globe. Netflix is a pure cloud-based solution, developed on microservice...