Skip to content

SergeiIonin/fs2-kafka-window-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIP

This library adds some utility aggregation functions to the fs2-kafka processing.

  • aggregation by chunk size
  • aggregation by time window (i.e. all records within a timeframe are collected and released after the specific time)
  • aggregation by custom conditions by the extension the abstract class WindowRecordsAggregatorService

Planned features

  1. Developer may select whether the timestamp of the Kafka record or the actual time of consumption is used for attributing the record to the time window
  2. Developer may select how old the message should be so that we may discard it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages