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

Reactive streams branch move reactive classes out of dataloader helper #159

Conversation

bbakerman
Copy link
Member

@bbakerman bbakerman commented May 24, 2024

DataLoader helper was way to big. I move the reactive code into their own package with some helper call back integration for the code that came from DataLoaderHelper

I also renamed the class in line with their counter parts

BatchPublisher is the interface that users need to implemnt - BatchSubscriber is our implementation to read from it

@bbakerman bbakerman changed the base branch from master to reactive-streams-branch May 24, 2024 01:22
return new ReactiveSupport.HelperIntegration<>() {
@Override
public StatisticsCollector getStats() {
return stats;
Copy link
Member Author

Choose a reason for hiding this comment

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

very weird diff

@bbakerman bbakerman merged commit 77fd0dd into reactive-streams-branch May 24, 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.

1 participant