line/decaton

Provide BatchingProcessor as a built-in processor

ocadaruma opened this issue · 3 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

I'll try this issue.

Thank you!
I assigned you.

fixed by #139, #150