Building microservices with Scala, functional domain models and Spring Boot The document discusses building microservices with Scala, functional domain models, and Spring Boot. It describes using an event-driven and event sourcing architecture to solve data consistency issues with microservices and NoSQL databases. Event sourcing involves storing business events and replaying them to recreate stat
