Java Microservices: CQRS & Event Sourcing with Kafka

Udemy Java Microservices: CQRS & Event Sourcing with Kafka

Register & Get access to index
nej68Jv.jpg


Learn how to create microservices that are based on CQRS & Event Sourcing. Powered by Spring Boot and Apache Kafka.

What you'll learn​

  • CQRS
  • Event Sourcing.
  • Creating DDD-oriented microservices.
  • Using MongoDB as an Event Store.
  • Optimistic Concurrency Control.
  • Event versioning.
  • Using Apache Kafka as a Message Bus.
  • Implementing the database-per-service pattern.
  • Spring Framework.
  • Docker
  • How to containerize Spring Boot microservices.
  • Using MySQL to implement the read database.
  • Replay the Event Store and recreate the state of the aggregate.
  • Replay the Event Store and recreate the entire Read Database.
  • Replay the Event Store and recreate the Read Database in a different database type - PostgreSQL.

Requirements​

  • Basic understanding of Java programming language


Description​

In this course you will learn how to create Spring Boot microservices that comply to the CQRS and Event Sourcing patterns.
You will not use any CQRS framework, but you will write every line of code that is required to effectively create your own CQRS and Event Sourcing framework using Java and Apache Kafka. While this might sound a little daunting, you will be carefully guided step by step, and gain all the know-how and confidence to become an expert in CQRS and Event Sourcing.
By the end of this course you will know how to:
  • Handle commands and raise events.
  • Use the mediator pattern to implement command and query dispatchers.
  • Create and change the state of an aggregate with event messages.
  • Implement an event store / write database in MongoDB.
  • Create a read database in MySQL.
  • Apply event versioning.
  • Implement optimistic concurrency control.
  • Produce events to Apache Kafka.
  • Consume events from Apache Kafka to populate and alter the read database.
  • Replay the event store and recreate the state of the aggregate.
  • Separate read and write concerns.
  • Structure your code using Domain-Driven-Design best practices.
  • Replay the event store to recreate the entire read database.
  • Replay the event store to recreate the entire read database into a different database type - PostgreSQL.
The ultimate goal of this course is to take a deep-dive into the world of CQRS and Event Sourcing to enable you to create microservices that are super decoupled and extremely scalable.

Who this course is for:​

  • Software Engineers
  • Software Architects
Author
TUTProfessor
Downloads
145
Views
1,302
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from TUTProfessor