Implementing Microservices with Kotlin

In the modern, cloud-based application era, the idea of a monolith application that manages all tasks no longer exists. The application is designed in small pieces, each handling a single business responsibility. Microservices is an architectural style in which a large complex application is composed of multiple, smaller services:

This style loosely couples the system being developed and each service can be developed independently. With Kotlin, it is much easier to write the microservices in order to experience the benefits of this architectural style of developing software.

In this chapter, we will discuss ...

Get Kotlin for Enterprise Applications using Java EE 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.