State Stores in Kafka Streams
This post is part of a series of posts on Kafka Streams. Related posts: Kafka Streams with Spring Cloud Stream Unit Testing Kafka Streams with Avro State Stores Each stateful operator in Kafka Streams is materialized in a state store. Different types of state stores exists in kafka streams depending on the streaming operation, level […]