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

Provide BatchingProcessor as a built-in processor #128

Open
ocadaruma opened this issue Nov 5, 2021 · 2 comments
Open

Provide BatchingProcessor as a built-in processor #128

ocadaruma opened this issue Nov 5, 2021 · 2 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@ocadaruma
Copy link
Member

  • Task batching is a common-pattern that many Decaton users often implement by their own
    • i.e. Batching several tasks of type T to List<T> and process them at once. e.g. when downstream-DB supports batching I/O (which often very efficient)
    • Batch-flushing should be done in time-based and size-based.
  • So it's better to provide BatchingProcessor built-in to meet the common needs
@ocadaruma ocadaruma added the good first issue Good for newcomers label Nov 5, 2021
@ryamagishi
Copy link
Contributor

I'll try this issue.

@ocadaruma
Copy link
Member Author

Thank you!
I assigned you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants