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

chore: Introducing Factory to Create Reducer #40

Merged
merged 3 commits into from
May 7, 2024
Merged

chore: Introducing Factory to Create Reducer #40

merged 3 commits into from
May 7, 2024

Conversation

yhl25
Copy link
Contributor

@yhl25 yhl25 commented May 6, 2024

will add tests and update the examples once the proto changes for reduce are done.

yhl25 added 2 commits May 6, 2024 10:01
Signed-off-by: Yashash H L <yashashhl25@gmail.com>
Signed-off-by: Yashash H L <yashashhl25@gmail.com>
@yhl25 yhl25 requested review from vigith and BulkBeing May 6, 2024 09:57
src/reduce.rs Outdated
handler: Arc<T>,
struct ReduceService<C>
where
C: ReducerCreator + Send + Sync + 'static,
Copy link
Member

Choose a reason for hiding this comment

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

try to remove the bound?

Signed-off-by: Yashash H L <yashashhl25@gmail.com>
@yhl25 yhl25 requested a review from vigith May 6, 2024 15:57
.await
.unwrap();
.await
.unwrap();
Copy link
Member

Choose a reason for hiding this comment

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

we need to tackle need unwraps later on.

@yhl25 yhl25 merged commit adfe620 into main May 7, 2024
2 checks passed
@yhl25 yhl25 deleted the fix-reduce branch May 7, 2024 01:23
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