You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by bb...@apache.org on 2019/04/16 14:02:56 UTC

[kafka] branch 2.1 updated: KAFKA-8208: Change paper link directly to ASM (#6572)

This is an automated email from the ASF dual-hosted git repository.

bbejeck pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/2.1 by this push:
     new f954a56  KAFKA-8208: Change paper link directly to ASM (#6572)
f954a56 is described below

commit f954a5663bb23fcc1486e5c574ca4e364387a291
Author: Bill Bejeck <bb...@gmail.com>
AuthorDate: Sat Apr 13 18:59:40 2019 -0400

    KAFKA-8208: Change paper link directly to ASM (#6572)
    
    Reviewers: Matthias J. Sax <mj...@apache.org>, Victoria Bialas <vi...@confluent.io>
---
 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 c925c2e..391167d 100644
--- a/docs/streams/core-concepts.html
+++ b/docs/streams/core-concepts.html
@@ -224,7 +224,7 @@
 
     <p>
         Besides the guarantee that each record will be processed exactly-once, another issue that many stream processing application will face is how to
-        handle <a href="https://www.confluent.io/wp-content/uploads/streams-tables-two-sides-same-coin.pdf">out-of-order data</a> that may impact their business logic. In Kafka Streams, there are two causes that could potentially
+        handle <a href="https://dl.acm.org/citation.cfm?id=3242155">out-of-order data</a> 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:
     </p>