Udemy

Build Reactive MicroServices using Spring WebFlux/SpringBoot

Enroll Now
  • 40,438 Students
  • Updated 2/2026
4.7
(6,065 Ratings)
CTgoodjobs selects quality courses to enhance professionals' competitiveness. By purchasing courses through links on our site, we may receive an affiliate commission.

Course Information

Registration period
Year-round Recruitment
Course Level
Study Mode
Duration
8 Hour(s) 26 Minute(s)
Language
English
Taught by
Pragmatic Code School
Rating
4.7
(6,065 Ratings)
7 views

Course Overview

Build Reactive MicroServices using Spring WebFlux/SpringBoot

Learn to write Reactive programming and build Reactive MicroServices using Spring WebFlux and project Reactor

This course is structured to give you both the theoretical and coding aspect of Reactive Programming and Reactive RestFul APIs using Spring WebFlux.

If you are looking forward to learn the below listed things:

  • What is Reactive Programming ?

  • Write Reactive Programming code with Spring WebFlux.

  • Write Reactive Programming code with DB.

  • Building Reactive RestFul APIs with Spring WebFlux

Then this is the right course for you. This is a pure hands on oriented course where you will be writing lots of code.

By the end of this course you will have the complete understanding of coding and implementing a Reactive API using Spring WebFlux.

Why Reactive Programming ?

  • This section highlights about the need for reactive programming and explains in detail about the current execution model in spring-mvc.

  • This sections explains about the drawbacks in spring-mvc.

  • This section explains about the concurrency model in spring-mvc.

What is Reactive Programming?

  • This section talks about "What is Reactive Programming ?"

  • How Reactive programming works in a nutshell using a simple example.

  • This section will give you all an introduction to Reactive Streams Specification.

  • This section will give all an introduction to "Reactive Libraries" that are out there.

Getting started with Project Reactor

  • This section will give you all the fundamentals of Project Reactor and explore the project reactor using some examples.

  • This section covers the Reactive Types Flux and Mono in detail.

Setting up the Project for this course

  • In this section we will set up the project for this course using the Spring Intializr website.

Reactive Programming (Flux and Mono) - Hands on + Junit Testing

  • In this section we will explore about how Flux and Mono works via code.

  • We will do live coding on how to write Junit test cases using Flux and Mono.

  • We will explore lot of different operators in Flux and Mono.

Build the first Non Blocking RESTFUL API using Annotated Controllers - Hands On

  • In this section we will build the first non blocking API using the annotated controllers.

  • This section covers the fundamentals of how the reactive API works.

  • This sections also covers the coding aspect of how to return a Flux/Mono from an end point.

  • This section also covers how to write JUNIT test cases using WebTestClient.

Build Non Blocking RESTFUL API using Functional Web - Hands On

  • In this section we will build the non blocking API using the Functional Web Module.

  • This sections explains about the RouterFunction and HandlerFunction which forms the foundation for Function Web Module.

  • This section also covers how to write JUNIT test cases using WebTestClient.

Spring WebFlux & Netty - Execution Model

  • This section explains about the different layers behind WebFlux to serve a HTTP Request/Response.

  • This sections covers the concepts of NETTY such as Channel, EventLoop and some of the technical aspects of Netty.

Overview of the Reactive API

  • This section will give you an Overview of the Reactive API that we are going to build as part of this course.

Reactive Programming in Databases - MongoDB - Hands On

  • In this section we will learn about how to write the reactive programming code with MongoDB.

  • Define the Item Document for the project.

  • This section covers about how to configure different profiles in Spring Boot.

  • In this section we will set up the ItemReactive Mongo DB adapter.

  • This section also covers how to write JUNIT test cases for the reactive repository.

Build the Item Reactive API Endpoint - Using RestController

  • In this section we will learn about how to code the Item CRUD Reactive API using the @RestController approach.

  • This section also covers how to write automated tests using JUNIT and the non blocking test client WebTestClient.

Build the Item Reactive API Endpoint - Using Functional Web

  • In this section we will learn about how to code the Item CRUD Reactive API using the Functional Web approach.

  • This section also covers how to write automated tests using JUNIT and the non blocking test client WebTestClient.

Build Non Blocking Client using WebClient

  • In this section we will explore the techniques to interact with Reactive API using the WebClient.

  • Learn the techniques to Invoke the Reactive API using exchange() and retrieve() methods.

  • We will explore the GET, PUT, POST and DELETE operations using the WebClient.

Handling Exceptions in WebFlux - RestController

  • In this section we will code and explore different approaches to handle the exceptions/errors that occurs in the reactive api that’s built using RestController.

  • Handle exceptions using @ExceptionHandler and @ControllerAdvice.

  • This section also covers how to write JUNIT test cases for the Exception scenarios.

Handling Exceptions in WebFlux - Functional Web

  • In this section we will code and explore different approaches to handle the exceptions/errors that occurs in the reactive api that’s built using Functional Web.

  • Handle exceptions using WebExceptionHandler.

  • This section also covers how to write JUNIT test cases for the Exception scenarios.

WebClient - Exception Handling

  • In this section we will code and explore how to handle the exceptions using the WebClient.

  • Learn the techniques to handle the exceptions using exchange() and retrieve() methods.

Streaming Real Time Data using WebFlux - Server Side Events (SSE)

  • In this section we will code and learn about build an endpoint for Streaming RealTime Data using Mongo DB and Spring WebFlux.

  • This section covers about the Tailable Cursors and Capped Collections in Mongo DB.

  • Build a Non Blocking Streaming Endpoint and interact with the Mongo DB using the @Tailable annotation.

  • Learn to write Automated Tests using JUNIT for the Streaming Endpoints (SSE).


Course Content

  • 31 section(s)
  • 117 lecture(s)
  • Section 1 Getting Started with the Course
  • Section 2 Source Code and Course Slides for this Course
  • Section 3 Why Reactive Programming ?
  • Section 4 Introduction to Reactive Programming
  • Section 5 Introduction to Spring WebFlux
  • Section 6 Getting Started with Project Reactor
  • Section 7 Setting up the base project for this course
  • Section 8 Lets Explore Flux and Mono - Hands On
  • Section 9 Introduction to Spring WebFlux
  • Section 10 Set up the MoviesInfoService Service
  • Section 11 Simple Non Blocking RESTFUL API using Annotated Controller Approach
  • Section 12 Automated Tests using JUnit5 and @WebFluxTest
  • Section 13 Reactive Programming in Mongo DB for the MovieInfo Service
  • Section 14 Build MovieInfo Service using Rest Controller Approach
  • Section 15 Unit Testing in Spring WebFlux
  • Section 16 Bean Validation using Validators and ControllerAdvice
  • Section 17 Using ResponseEntity with Reactive Types
  • Section 18 Writing Custom Queries using ReactiveMongoRepository
  • Section 19 Spring WebFlux Under the Hood - Netty and Threading Model
  • Section 20 Introduction to Functional Web Module in Spring WebFlux
  • Section 21 Build MoviesReview Service using Functional Web
  • Section 22 Unit Testing Functional Web
  • Section 23 Bean Validations using Functional Web
  • Section 24 Custom Global ErrorHandler in Functional Web
  • Section 25 Handling ResourceNotFound in FunctionalWeb
  • Section 26 MoviesService - Rest Service connects the MovieInfo and MovieReview Service
  • Section 27 Handling Network Exceptions in WebClient
  • Section 28 Integration Testing External Services using WireMock
  • Section 29 Retrying Failed HTTP Calls
  • Section 30 Server Sent Events (SSE)
  • Section 31 Bonus Section

What You’ll Learn

  • What problems Reactive Programming is trying to solve ?, What is Reactive Programming?, Reactive Programming using Project Reactor, Learn to Write Reactive programming code with DB, Learn to Write Reactive Programming with Spring, Build a Reactive API from Scratch, Learn to build Non-Blocking clients using WebClient, Write end to end Automated test cases using JUNIT for the Reactive API


Reviews

  • M
    Marcelo Cartagena
    5.0

    It's a great course, it has everything that you need to know about reactive programing with webflux.

  • G
    Gabriel Gitonga
    5.0

    I did enjoy the course. The instructor know the topic very well and the course is good for beginners as well as experienced. It's a good start for reactive programming

  • U
    Udemy HRK
    5.0

    awesome

  • A
    Anish Bhatta
    5.0

    Excellent course. Easy to follow.

Start FollowingSee all

We use cookies to enhance your experience on our website. Please read and confirm your agreement to our Privacy Policy and Terms and Conditions before continue to browse our website.

Read and Agreed