Skip to content

Scatter Gather Blocking threads when used along with WebFlux & Netty #3189

@sirimamilla

Description

@sirimamilla

Affects Version(s): 5.3


Scatter Gather is blocking on thread waiting for response at gatherResultChannel.receive() as this is blocking call.

Is there any alternative option to avoid waiting for response like this, instead subscribe to the response from some subscribable channel or any other alternative(not able to think of a solution) so this will work perfectly fine without holding up on threads.

I have been looking out for solutions but couldn't find any perfect one.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions