Creating Microservices in Java
The prospect of creating an application composed of microservices raises some questions in any language:
How large should a microservice be?
What does the notion of focused services that do one thing mean for traditional centralized governance?
What does it do to traditional ways of modeling data?
Some of these topics are covered in more depth in later chapters. This chapter focuses on how you identify and create the microservices that compose your app, with specific emphasis on how identified candidates are ...

Get Microservices Best Practices for Java 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.