Java Microservices: CQRS & Event Sourcing with Kafka
Java Microservices: CQRS & Event Sourcing with Kafka, available at $64.99, has an average rating of 4.48, with 74 lectures, 15 quizzes, based on 974 reviews, and has 7410 subscribers.
You will learn about 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 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 This course is ideal for individuals who are Software Engineers or Software Developers or Software Architects or Cloud Engineers or Solution Architects It is particularly useful for Software Engineers or Software Developers or Software Architects or Cloud Engineers or Solution Architects.
Enroll now: Java Microservices: CQRS & Event Sourcing with Kafka
Summary
Title: Java Microservices: CQRS & Event Sourcing with Kafka
Price: $64.99
Average Rating: 4.48
Number of Lectures: 74
Number of Quizzes: 15
Number of Published Lectures: 74
Number of Published Quizzes: 15
Number of Curriculum Items: 89
Number of Published Curriculum Objects: 89
Original Price: R599.99
Quality Status: approved
Status: Live
What You Will 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
- 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
Who Should Attend
- Software Engineers
- Software Developers
- Software Architects
- Cloud Engineers
- Solution Architects
Target Audiences
- Software Engineers
- Software Developers
- Software Architects
- Cloud Engineers
- Solution Architects
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 Javaand 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 Sourcingto enable you to create microservices that are super decoupled and extremely scalable.
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction
Lecture 2: Microservices Basics
Lecture 3: CQRS & Event Sourcing
Lecture 4: Architecture Overview
Lecture 5: Apache Kafka
Chapter 2: Setup & Structure
Lecture 1: Setup & Structure Intro
Lecture 2: Prerequisites
Lecture 3: Run Kafka in Docker
Lecture 4: Run MongoDB in Docker
Lecture 5: Run MySQL in Docker
Lecture 6: Spring Intializr
Lecture 7: Basic Project Setup
Lecture 8: Configure Account Command API
Lecture 9: Configure Account Query API
Chapter 3: Messages
Lecture 1: What is a Command?
Lecture 2: Commands
Lecture 3: What is an Event?
Lecture 4: Events
Chapter 4: Command Dispatching
Lecture 1: The Mediator Pattern
Lecture 2: CommandDispatcher Interface (The Mediator)
Lecture 3: AccountCommandDispatcher (The Concrete Mediator)
Chapter 5: Aggregate
Lecture 1: What is an Aggregate?
Lecture 2: AggregateRoot
Lecture 3: AccountAggregate
Chapter 6: Event Store
Lecture 1: What is an Event Store?
Lecture 2: EventModel
Lecture 3: EventStoreRepository
Lecture 4: EventStore Interface
Lecture 5: AccountEventStore
Lecture 6: EventSourcingHandler Interface
Lecture 7: AccountEventSourcingHandler
Chapter 7: Command Handling
Lecture 1: The Mediator Pattern Continued
Lecture 2: CommandHandler Interface (The Abstract Colleague)
Lecture 3: AccountCommandHandler (The Concrete Colleague)
Lecture 4: Register Command Handlers
Chapter 8: Event Producer
Lecture 1: Kafka Producer
Lecture 2: EventProducer Interface & Implementation
Lecture 3: Producing an Event
Chapter 9: Domain Layer
Lecture 1: Important DDD Concepts
Lecture 2: BankAccount Entity
Lecture 3: AccountRepository
Chapter 10: Event Handling
Lecture 1: Event Handling Introduction
Lecture 2: EventHandler Interface
Lecture 3: AccountEventHandler
Chapter 11: Event Consumer
Lecture 1: Kafka Consumer
Lecture 2: EventConsumer Interface
Lecture 3: AccountEventConsumer
Chapter 12: Command Controllers
Lecture 1: Command Controllers Intro
Lecture 2: Data Transfer Objects
Lecture 3: OpenAccountController
Lecture 4: Open a Bank Account
Lecture 5: DepositFundsController
Lecture 6: Deposit Funds into an Account
Lecture 7: WithdrawFundsController
Lecture 8: Withdraw Funds From an Account
Lecture 9: CloseAccountController
Lecture 10: Close an Account
Chapter 13: Queries & Query Dispatching
Lecture 1: The Mediator Pattern (Query Dispatching)
Lecture 2: Account Queries
Lecture 3: QueryDispatcher Interface (The Mediator)
Lecture 4: AccountQueryDispatcher (The Concrete Mediator)
Chapter 14: Query Handling
Lecture 1: Query Handling Introduction
Lecture 2: QueryHandler Interface (The Abstract Colleague)
Lecture 3: AccountQueryHandler (The Concrete Colleague)
Lecture 4: Register Query Handlers
Chapter 15: Query Controller
Lecture 1: Query Controller Intro
Lecture 2: Data Transfer Objects
Lecture 3: AccountLookupController
Lecture 4: Testing the AccountLookupController
Chapter 16: A Powerful End
Instructors
-
Sean Campbell
Passionate Software Engineer
Rating Distribution
- 1 stars: 12 votes
- 2 stars: 23 votes
- 3 stars: 75 votes
- 4 stars: 308 votes
- 5 stars: 556 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Content Creation Courses to Learn in December 2024
- Top 10 Game Development Courses to Learn in December 2024
- Top 10 Software Testing Courses to Learn in December 2024
- Top 10 Big Data Courses to Learn in December 2024
- Top 10 Internet Of Things Courses to Learn in December 2024
- Top 10 Quantum Computing Courses to Learn in December 2024
- Top 10 Cloud Computing Courses to Learn in December 2024
- Top 10 3d Modeling Courses to Learn in December 2024
- Top 10 Mobile App Development Courses to Learn in December 2024
- Top 10 Graphic Design Courses to Learn in December 2024
- Top 10 Videography Courses to Learn in December 2024
- Top 10 Photography Courses to Learn in December 2024
- Top 10 Language Learning Courses to Learn in December 2024
- Top 10 Product Management Courses to Learn in December 2024
- Top 10 Investing Courses to Learn in December 2024
- Top 10 Personal Finance Courses to Learn in December 2024
- Top 10 Health And Wellness Courses to Learn in December 2024
- Top 10 Chatgpt And Ai Tools Courses to Learn in December 2024
- Top 10 Virtual Reality Courses to Learn in December 2024
- Top 10 Augmented Reality Courses to Learn in December 2024