Skip to content

Reactor hangs when an exception is thrown in a merger #35

@aekrylov

Description

@aekrylov

The following code will wait indefinitely when an exception is thrown in a merger

reactor.submit(payload)
            .resultFuture
            .await()

The exception can be seen in logs, but still await does not seem to complete

(will provide more details later)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions