- Hands-On Spring Security 5 for Reactive Applications
- Tomcy John
- 190字
- 2021-07-23 18:59:13
Modules in Reactor
With the latest release of Reactor 3.0 the project has been structured with modularity in mind. Reactor 3.0 consists of four major components namely Core, IO, Addons, and Reactive Streams Commons.
- Reactor Core (https://github.com/reactor/reactor-core): The main library within Reactor. It provides foundational, non-blocking JVM-compliant Reactive Streams Specification implementations. It also contains code for Reactor types, such as Flux and Mono.
- Reactor IO (https://github.com/reactor/reactor-ipc): It contains backpressure-ready components that can be used to encode, decode, send (unicast, multicast, or request/response), and then serve connections. It also contains support for Kafka (https://kafka.apache.org/), Netty (http://netty.io/), and Aeron (https://github.com/real-logic/aeron).
- Addons (https://github.com/reactor/reactor-addons): As the name suggests, these are add-ons that consist of three components:
- reactor-adapter: Contains a bridge to RxJava 1 or 2 types, such as Observable, Completable, Single, Maybe, and Mono/Flux back and forth.
- reactor-logback: Supports logback over asynchronous reactor-core processors.
- reactor-extra: Contains more operations for Flux, which include mathematical operations such as sum and average.
- Reactive Streams Commons (https://github.com/reactor/reactive-streams-commons): A collaboration experiment project between Spring's Reactor and RxJava. It also contains Reactor-Streams-compliant operators that both projects implement. Issues fixed on one project are also fixed on the other.
推薦閱讀
- 白話網絡安全2:網安戰略篇
- DevSecOps敏捷安全
- SASE原理、架構與實踐
- 計算機病毒分析與防范大全(第3版)
- 等級保護測評理論及應用
- Web安全與攻防入門很輕松(實戰超值版)
- Learning Veeam? Backup & Replication for VMware vSphere
- Spring Security(Third Edition)
- 云原生安全技術實踐指南
- 計算機網絡安全基礎(第5版)
- 電腦安全與攻防入門很輕松(實戰超值版)
- 網絡安全態勢感知
- VMware vCloud Security
- 網絡服務安全與監控
- Disaster Recovery Using VMware vSphere Replication and vCenter Site Recovery Manager