Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Support flat mapping with multiple threads #1098

Merged
merged 4 commits into from
Mar 14, 2019

Conversation

ajsutton
Copy link
Contributor

PR description

Adds a flatMap equivalent of thenProcessInParallel so that 1-to-many (including 1-to-none) operations can be performed with multiple concurrent threads.

throw new RuntimeException(e);
}
}
return Stream.of(value.toString());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(optional) The functionality might be a little clearer if you output multiple values here

@ajsutton ajsutton merged commit a9ab43a into PegaSysEng:master Mar 14, 2019
@ajsutton ajsutton deleted the pipeline-flatmap-parallel branch March 14, 2019 22:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants