From 22bfac190c81f4310f4120b5faf43bae208d0dd8 Mon Sep 17 00:00:00 2001 From: ro7m Date: Sun, 15 Apr 2018 11:56:03 +0530 Subject: [PATCH 1/3] fix broken links --- docs/streams/core-concepts.html | 2 +- docs/streams/developer-guide/memory-mgmt.html | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/streams/core-concepts.html b/docs/streams/core-concepts.html index 889fe06c45fff..25339339ed66f 100644 --- a/docs/streams/core-concepts.html +++ b/docs/streams/core-concepts.html @@ -63,7 +63,7 @@

Stream Processing Topology There are two special processors in the topology: diff --git a/docs/streams/developer-guide/memory-mgmt.html b/docs/streams/developer-guide/memory-mgmt.html index 6c6fd2f76ccb2..18c555deb1571 100644 --- a/docs/streams/developer-guide/memory-mgmt.html +++ b/docs/streams/developer-guide/memory-mgmt.html @@ -54,10 +54,8 @@

For such KTable instances, the record cache is used for:

Use the following example to understand the behaviors with and without record caching. In this example, the input is a KStream<String, Integer> with the records <K,V>: <A, 1>, <D, 5>, <A, 20>, <A, 300>. The focus in this example is From b577238c0d99163885ec9975931bad721610e36f Mon Sep 17 00:00:00 2001 From: ro7m Date: Sun, 15 Apr 2018 12:02:07 +0530 Subject: [PATCH 2/3] fix broken links --- docs/streams/developer-guide/memory-mgmt.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/streams/developer-guide/memory-mgmt.html b/docs/streams/developer-guide/memory-mgmt.html index 18c555deb1571..a73a814be116f 100644 --- a/docs/streams/developer-guide/memory-mgmt.html +++ b/docs/streams/developer-guide/memory-mgmt.html @@ -54,8 +54,10 @@

For such KTable instances, the record cache is used for:

Use the following example to understand the behaviors with and without record caching. In this example, the input is a KStream<String, Integer> with the records <K,V>: <A, 1>, <D, 5>, <A, 20>, <A, 300>. The focus in this example is From 7c0837bff4764aa1ec210224876ef947ee05fe5f Mon Sep 17 00:00:00 2001 From: ro7m Date: Sun, 15 Apr 2018 12:05:49 +0530 Subject: [PATCH 3/3] fix broken links --- 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 25339339ed66f..16502879d6b74 100644 --- a/docs/streams/core-concepts.html +++ b/docs/streams/core-concepts.html @@ -63,7 +63,7 @@

Stream Processing Topology There are two special processors in the topology: