- Spring 5.0 Projects
- Nilang Patel
- 170字
- 2021-07-02 12:35:06
Reactor sub-projects
Project reactor consists of various sub-projects as follows:
- Reactor Core: This project provides an implementation of Reactive Streams specification. Spring Framework 5.0 provides support for Reactive Programming with the Reactor Core sub-project as a foundation.
- Reactor Test: This contains necessary utilities for test verification.
- Reactor Extra: On top of Reactor Core, this project provides various operators to work on the data stream to perform required operations.
- Reactor IPC: This project provides backpressure furnished and non-blocking inter-process communication support over various network protocols, like HTTP, TCP, UDP, and web sockets. Due to this nature, this module is also helpful when building asynchronous microservice architectures.
- Reactor Netty: It is used to provide a reactive feature to Netty, a client server framework to develop network applications.
- Reactive Kafka: It is a reactive API for Apache Kakfa-based projects. It is used to communicate with Kakfa in a non-blocking and functional way.
- Reactive RabbitMQ: This project is used to equip RabbitMQ (a message broker system) with reactive capabilities.
推薦閱讀
- Web安全防護指南:基礎篇
- 網絡協議工程
- 物聯網工程規劃技術
- Building E-commerce Sites with VirtueMart Cookbook
- Hands-On Chatbots and Conversational UI Development
- 互聯網基礎資源技術與應用發展態勢(2021—2023)
- 物聯網技術與應用
- Building RESTful Web services with Go
- 2小時讀懂物聯網
- The Kubernetes Workshop
- 紅藍攻防:構建實戰化網絡安全防御體系
- Hands-On Microservices with Node.js
- AIoT應用開發與實踐
- 物聯網,So Easy!
- 物聯網技術與實踐