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

Add Flux collectMap of Pairs extension #55

Merged
merged 1 commit into from
Dec 6, 2022

Conversation

AramMessdaghi9001
Copy link
Contributor

@AramMessdaghi9001 AramMessdaghi9001 commented Dec 2, 2022

This commit adds an extension function to Flux<Pair<K,V>> to collect it to a Mono<Map<K,V>>
Fixes #54

Copy link
Member

@chemicL chemicL left a comment

Choose a reason for hiding this comment

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

Thank you for the contribution. LGTM.

@chemicL
Copy link
Member

chemicL commented Dec 6, 2022

@AramMessdaghi9001 do you mind adjusting the PR to address the 1.1.x branch? We'll forward merge it to 1.2.x (main) afterwards.

@AramMessdaghi9001
Copy link
Contributor Author

@chemicL done

@chemicL chemicL added the type/enhancement A general enhancement label Dec 6, 2022
@chemicL chemicL added this to the 1.1.9 milestone Dec 6, 2022
@chemicL chemicL merged commit f828c2f into reactor:1.1.x Dec 6, 2022
chemicL added a commit that referenced this pull request Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for collectMap on Flux of Kotlin Pairs
2 participants