What exactly is data record in Kafka Streams?
So I’ve read enough tutorials and official documentation, but everything that I’ve found on data record is pretty much copy-pasting from one source to another: A stream partition is an, ordered, replayable, and fault-tolerant sequence of immutable data records, where a data record is defined as a key-value pair. Each stream partition is a totally… Read More What exactly is data record in Kafka Streams?