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

Migrate ProcessingScheduleService consumers to enhanced interface #10002

Closed
3 tasks
Zelldon opened this issue Aug 5, 2022 · 1 comment
Closed
3 tasks

Migrate ProcessingScheduleService consumers to enhanced interface #10002

Zelldon opened this issue Aug 5, 2022 · 1 comment
Labels
kind/toil Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc.

Comments

@Zelldon
Copy link
Member

Zelldon commented Aug 5, 2022

Description

blocked by #10001
blocked by #9999

After we have an actual ResultBuilder, which can be used without a LogStream dependency, we can use it in our classes where we need to schedule work and write records. Here we can replace the LogStreamWriter usage with the ResultBuilder. Before, we need the enhanced interface of the ProcessingScheduleService such that we can schedule Task which can return a Result.

Which classes need to be adjusted:

  • Find classes that consume ProcessingScheduleService or StreamProcessor Actor and need the LogStreamWriters
  • Adjust classes to use new enhanced interface
  • tbd
@Zelldon Zelldon added the kind/toil Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc. label Aug 5, 2022
@Zelldon Zelldon mentioned this issue Aug 5, 2022
6 tasks
@Zelldon
Copy link
Member Author

Zelldon commented Aug 18, 2022

Done via #10076

@Zelldon Zelldon closed this as completed Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/toil Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc.
Projects
None yet
Development

No branches or pull requests

1 participant