Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 238 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 238 Bytes

Kafka window functions

Services for aggregating Kafka records into batches based on some criterias, such as:

  • time windows: records between tStart and tEnd are grouped into batch
  • aggregating by user-defined criterias (TBD...)