From 6712bf5febf2414fd1856759a7859a5617d5ae14 Mon Sep 17 00:00:00 2001 From: Guozhang Wang Date: Fri, 14 Dec 2018 09:01:08 -0800 Subject: [PATCH] replace tbd --- docs/streams/core-concepts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/streams/core-concepts.html b/docs/streams/core-concepts.html index bffaa8aec3af4..c925c2ee6cfca 100644 --- a/docs/streams/core-concepts.html +++ b/docs/streams/core-concepts.html @@ -224,7 +224,7 @@

Out-of-Order

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: