Enterprise Microservices
豆瓣
Ken Finnigan
简介
Enterprise Java Microservices teaches you to design and build JVM-based microservices applications. You'll start by learning how microservices designs compare to traditional Java EE applications. Always practical, author Ken Finnigan introduces big-picture concepts along with the tools and techniques you'll need to implement them. You'll discover ecosystem components like Netflix Hystrix for fault tolerance and master the Just enough Application Server (JeAS) approach. To ensure smooth operations, you'll also examine monitoring, security, testing, and deploying to the cloud.
目录
PART 1 MICROSERVICES BASICS
Enterprise Java microservices
Developing a simple RESTful microservice
Just enough Application Server for microservices
Microservices testing
Cloud native development
PART 2 - IMPLEMENTING ENTERPRISE JAVA MICROSERVICES
Consuming microservices
Discovering microservices for consumption
Strategies for fault tolerance and monitoring
Securing a microservice
Architecting a microservice hybrid
Data streaming with Apache Kafka