Sign in
Log inSign up

Which microservices platform/platform are you using ?

Hieu Lam's photo
Hieu Lam
·Oct 30, 2018

I think instead of just reading and go right in separate a monolith into microservices architecture. We can rely on some platform/framework so that we can leverage knowledge, experience and industry best practices. Some of the framework or platform that I know is the below list. Can you share your ideas about them, experience using in production and recommendations ?

  1. Lagom framework
  2. MicroProfile
  3. Eventuate
  4. Spring Boot/Spring Clouds

I think most of them using CQRS and Event Sourcing to solve the challenge of implement business transactions that maintain data consistency across multiple services as well as queries that retrieve data from multiple services.