nileshkumar3 commented on code in PR #21840:
URL: https://github.com/apache/kafka/pull/21840#discussion_r3223468650


##########
docs/streams/developer-guide/processor-api.md:
##########
@@ -217,9 +222,9 @@ Yes (enabled by default)
   * Stores its data in memory.
   * Storage capacity: managed local state must fit into memory (heap space) of 
an application instance.
   * Useful when application instances run in an environment where local disk 
space is either not available or local disk space is wiped in-between app 
instance restarts.
-  * Available [store 
variants](/{version}/javadoc/org/apache/kafka/streams/state/Stores.html#inMemoryKeyValueStore-java.lang.String-):
 time window key-value store, session window key-value store.
+  * Available [store 
variants](/{version}/javadoc/org/apache/kafka/streams/state/Stores.html#inMemoryKeyValueStore-java.lang.String-):
 plain key-value store, timestamped key-value store, windowed store, session 
store.

Review Comment:
   removed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to