The document discusses how to achieve eventual consistency in JVM microservices through event sourcing, addressing issues related to transactions and queries. It outlines the advantages and challenges of using event sourcing, such as improved audit capabilities and potential complexities in querying. The presentation also emphasizes the need for Command Query Responsibility Segregation (CQRS) to efficiently handle queries in an event-driven microservice architecture.
Related topics: