Skip to content

Propagate cancel signal on Mono to wrapped CompletableFuture  #3138

@rstoyanchev

Description

@rstoyanchev

Currently, Mono#fromFuture uses MonoCompletionStage, and CompletionStage does not have a cancel method. As a result, even if the Mono is cancelled, the future is never made aware of it.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions