KAFKA-8208: Change paper link directly to ASM (#6572)

Reviewers: Matthias J. Sax <mjsax@apache.org>, Victoria Bialas <vicky@confluent.io>
This commit is contained in:
Bill Bejeck 2019-04-13 18:59:40 -04:00 committed by GitHub
parent 5e2d062267
commit 312e55bf56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>