spring-reactive
Installation
SKILL.md
Spring Reactive Skill
Master reactive programming with Spring WebFlux, Project Reactor, R2DBC, and reactive streams patterns.
Overview
This skill covers building non-blocking, reactive applications with Spring WebFlux and Project Reactor.
Parameters
| Name | Type | Required | Default | Validation |
|---|---|---|---|---|
reactive_db |
enum | ✗ | r2dbc-postgresql | r2dbc-postgresql | r2dbc-mysql | mongodb |
streaming |
enum | ✗ | - | sse | websocket | rsocket |
backpressure |
enum | ✗ | buffer | buffer | drop | latest |