Backpressure controls the rate of data consumption in a Flux.
Backpressure allows a subscriber to request data at a manageable rate, preventing the producer from overwhelming it. For instance, a slow database connection might request fewer items at a time from a fast-producing Flux to ensure stability.