The onBackPressureBuffer()will take an existing Flowable that is assumed to not have backpressure implemented and then essentially apply BackpressureStrategy
.BUFFER at that point to the downstream.
Since Flowable.interval() cannot be backpressured at the source, putting onBackPressureBuffer() after it will proxy a backpressured queue to the downstream: