What problem does it solve?
Builds reactive Spring WebFlux services with correct MDC/context propagation and robust WebClient usage patterns to reduce boilerplate and ensure consistency across teams.
Core Features & Use Cases
- MDC/context propagation across reactive boundaries using ContextRegistry and Hooks
- WebClient configuration with timeouts, error handling, and retries for resilient HTTP calls
- Reactive operator guidance for Mono/Flux composition, error handling, backpressure, and testing with StepVerifier
- Blocking detection and safe offloading to identify and mitigate blocking calls in reactive code
- Use cases include building non-blocking REST endpoints, propagating tracing context, and validating reactive flows in tests
Quick Start
Invoke spring-reactive to scaffold a minimal WebFlux endpoint, a sample WebClient call, and a basic MDC context propagation setup.