Skip to content

Backpressure: cache #1483

Closed
Closed
@benjchristensen

Description

@benjchristensen

The cache operator should support downstream backpressure. It should request(Long.MAX_VALUE) up but be capable of correctly responding to downstream (similar to from(Iterable)).

This will mean we either have to stop using ReplaySubject or be able to handle it with ReplaySubject in the mix.

The idea here is that once data is cached, it should behave as an Iterable. Therefore, the cache really should behave like onBackpressureBuffer.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions