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

Have MappedBatchPublisher take in a Set<K> keys (and add README sections) #160

Conversation

AlexandreCarlton
Copy link
Collaborator

This is more symmetric with MappedBatchLoader and preserves efficiency; we do not need to emit a Map.Entry for duplicate keys (given the strong intention that this will be used to create a Map).

This was picked up after creating README examples, which have also been added here.

This is more symmetric with `MappedbatchLoader` and preserves
efficiency; we do not need to emit a `Map.Entry` for duplicate keys
(given the strong intention that this will be used to create a `Map`).
Copy link
Member

@bbakerman bbakerman left a comment

Choose a reason for hiding this comment

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

Nice one

@bbakerman bbakerman merged commit c3e6ee5 into graphql-java:reactive-streams-branch May 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants