Asynchronous Microservices Architecture
Microservice based architecture is the defacto standard for building modern platforms and applications. Asynchronous Microservice allow us to decouple transactional aspects that don't provided immediate feedback to a customer. (For example Fulfillment or Shipping of an ECommerce Order). This feature enables Web-scale performance to support Millions of concurrent users. In the following code examples we demonstrate some of the Microservices Patterns like DDD, Messaging, Config using Spring Boot, Kotlin, Kafka, Spring JDBC, Docker, Kubernetes.
Read More ⟶