Most of the time computation do some micro batching (aka windowing) to aggregate or for performance reason.
The common use case is a batch with a size and time threshold, this way a batch is processed either within n second or when the size is reached.
This is feasable with a computation but can be made generic.
- is required by
-
NXP-25358 Make BAF computation extend the generic batch computation
- Resolved