Live dashboard with Kafka Streams API
This post describes how to build a prototype dashboard that displays, in real time, statistics from the new Apache Kafka Streams API. Summary Apache Kafka is a well known distributed messaging system. It is usually used together with Apache Spark to compute statistics from logs. However, since…