diff --git a/docs/streams/core-concepts.html b/docs/streams/core-concepts.html index 79f5b82bef8..1e1aeb7b1aa 100644 --- a/docs/streams/core-concepts.html +++ b/docs/streams/core-concepts.html @@ -224,7 +224,7 @@
Besides the guarantee that each record will be processed exactly-once, another issue that many stream processing application will face is how to - handle out-of-order data that may impact their business logic. In Kafka Streams, there are two causes that could potentially + handle out-of-order data that may impact their business logic. In Kafka Streams, there are two causes that could potentially result in out-of-order data arrivals with respect to their timestamps: