This demo app streams bond Yield to Maturity (YTM) values in real-time. Kafka Streams processes bond quotes and calculates YTM, publishing results to Redis and a Kafka topic. Redis streams YTM values to the frontend via WebSockets, with a single subscription for efficiency. -
View it on GitHub