Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java: Fix reactor flatMap producing out of order results #1849

Merged
merged 1 commit into from
Jul 8, 2023

Conversation

johnoliver
Copy link
Member

Fixes a concurrency bug, Flux.flatMap will return the first available result rather than keeping the results in order, changed to concatMap

@johnoliver johnoliver added the java Issue or PR regarding Java code label Jul 5, 2023
@johnoliver johnoliver added this to the Sprint 34 milestone Jul 5, 2023
@johnoliver johnoliver requested a review from a team as a code owner July 5, 2023 17:46
@shawncal shawncal merged commit 470dae2 into microsoft:experimental-java Jul 8, 2023
6 checks passed
johnoliver added a commit to johnoliver/semantic-kernel that referenced this pull request Jun 5, 2024
)

Fixes a concurrency bug, `Flux.flatMap` will return the first available
result rather than keeping the results in order, changed to concatMap
johnoliver added a commit to johnoliver/semantic-kernel that referenced this pull request Jun 5, 2024
)

Fixes a concurrency bug, `Flux.flatMap` will return the first available
result rather than keeping the results in order, changed to concatMap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java Issue or PR regarding Java code
Projects
No open projects
Status: Sprint: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants