diff --git a/docs/streams/core-concepts.html b/docs/streams/core-concepts.html index 889fe06c45fff..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: diff --git a/docs/streams/developer-guide/memory-mgmt.html b/docs/streams/developer-guide/memory-mgmt.html index 6c6fd2f76ccb2..a73a814be116f 100644 --- a/docs/streams/developer-guide/memory-mgmt.html +++ b/docs/streams/developer-guide/memory-mgmt.html @@ -55,9 +55,9 @@

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