decaton icon indicating copy to clipboard operation
decaton copied to clipboard

Provide BatchingProcessor as a built-in processor

Open ocadaruma opened this issue 2 years ago • 2 comments

  • 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 avatar Nov 05 '21 07:11 ocadaruma

I'll try this issue.

ryamagishi avatar Nov 19 '21 07:11 ryamagishi

Thank you! I assigned you.

ocadaruma avatar Nov 19 '21 07:11 ocadaruma