Concurrency in Spring Boot Applications - Making the Right Choice
Offered By: Devoxx via YouTube
Course Description
Overview
Explore various concurrency approaches for Spring Boot applications in this 34-minute Devoxx conference talk. Delve into traditional core Java threads, CompletableFuture's asynchronous capabilities, the reactive paradigm, @Async methods, and virtual threads. Gain valuable insights, recommendations, and best practices for developing highly efficient concurrent applications with parallel data processing requirements. Learn how to choose the optimal concurrency solution for specific business cases, drawing from extensive project experience. Essential viewing for engineers and architects involved in designing Spring Boot applications, offering guidance to optimize development and enhance application performance.
Syllabus
Concurrency in Spring Boot Applications: Making the Right Choice by Andrei Shakirin
Taught by
Devoxx
Related Courses
Java Fundamentals: HttpClientPluralsight Multithreading,Parallel & Asynchronous Coding in Modern Java
Udemy New Concurrency Utilities in Java 8
GOTO Conferences via YouTube Building Responsive, Scalable Systems with Asynchrony and Flow Control
Devoxx via YouTube Back to the CompletableFuture - Concurrency in Action
Devoxx via YouTube