Real-time demonstration of Spring WebFlux reactive streams
Demonstrates fundamental reactive stream operations like map, filter, and transform.
Shows how to handle backpressure with different buffering strategies.
Demonstrates error handling, retry mechanisms, and recovery patterns.
Illustrates the difference between hot and cold reactive streams.
Shows how to merge, zip, and combine multiple reactive streams.
Demonstrates time-based operations like intervals and timeouts.
Shows batching and windowing operations for stream data.
Simulates real-time events with different types and sources.
Displays real-time performance metrics for reactive streams.