RADAR-Backend icon indicating copy to clipboard operation
RADAR-Backend copied to clipboard

Use KStream#merge for SourceStatisticsMonitor

Open blootsvoets opened this issue 7 years ago • 0 comments

Instead of implementing source statistics as a monitor, we could implement it as a stream by using KStream#merge(KStream). This would allow using a stream StateStore to store the statistics in Kafka.

blootsvoets avatar Jun 26 '18 08:06 blootsvoets