This chapter explains how the Spring Framework utilizes the power of Project Reactor ( https://projectreactor.io/ ) to build data and web reactive applications, and how Spring Boot helps with its auto-configuration feature to wire everything up to create awesome Reactive apps with ease. The Spring Framework introduced the Reactive technology with WebFlux in version 5.0 and further integrated 6.x to offer several improvements. Spring Web Flux and Spring Reactive Data are fully nonblocking frameworks that rely on Project Reactor, which supports Reactive Streams back pressure (flow control) and runs on servers such as Netty and Undertow and servlet containers. Let’s explore reactive systems and see how Project Reactor implements them.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Spring Boot Reactive

  • Peter Späth,
  • Felipe Gutierrez

摘要

This chapter explains how the Spring Framework utilizes the power of Project Reactor ( https://projectreactor.io/ ) to build data and web reactive applications, and how Spring Boot helps with its auto-configuration feature to wire everything up to create awesome Reactive apps with ease. The Spring Framework introduced the Reactive technology with WebFlux in version 5.0 and further integrated 6.x to offer several improvements. Spring Web Flux and Spring Reactive Data are fully nonblocking frameworks that rely on Project Reactor, which supports Reactive Streams back pressure (flow control) and runs on servers such as Netty and Undertow and servlet containers. Let’s explore reactive systems and see how Project Reactor implements them.