Spring / Spring Webflux Interview questions
Explain the difference between hot publishers and cold publishers.
A hot publisher is a publisher that emits data even if there is no Subscriber subscribed to it. A cold publisher is a publisher that only emits data when there is at least one Subscriber subscribed to it.
More Related questions...