Home » Software Development » Java Apache Kafka Streams – Running Top-N Aggregation grouped by Dimension – from and to Kafka Topic Lucas Jellema February 12, 2017 Java 2 Comments 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 another Kafka Topic. Visualized, this looks like this: