Stateful Processing Basic Concepts

Learn about state stores in Kafka Streams and the KTable abstraction.

Advanced Kafka Streams applications can require operations such as aggregation or windowing. An example of an aggregation operation is count, which, as the name suggests, counts the total number of records of the same key in a topic.

Get hands-on with 1200+ tech skills courses.