Apache Kafka Streams – Running Top-N Aggregation grouped by Dimension – from and to Kafka Topic
This article explains how to implement a streaming analytics application using Kafka Streams that performs a running Top N analysis on a Kafka Topic and produces the results to …