Skip to content

2.x Why is FlowableEmitter.BackpressureMode and BackpressureStrategy not merged #4727

Closed
@adipascu

Description

@adipascu

Why are the two enums not merged into one, they both serve the same purpose and both places where they are used should have the same features.

Also because
BackpressureStrategy.NONE does not exist, I currently can not use a BufferStrategy on an Observable

I don't think this code is simple easy

Observable.toFlowable(BackpressureStrategy.NONE)
.onBackpressureBuffer(10, Functions.EMPTY_ACTION, BackpressureOverflowStrategy.DROP_OLDEST)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions