mjsax commented on code in PR #18822:
URL: https://github.com/apache/kafka/pull/18822#discussion_r1945259215


##########
docs/streams/developer-guide/interactive-queries.html:
##########
@@ -269,7 +269,7 @@
                     interface to get access to the underlying instances of 
your store.
                     <code class="docutils literal"><span 
class="pre">StateStoreProvider#stores(String</span> <span 
class="pre">storeName,</span> <span 
class="pre">QueryableStoreType&lt;T&gt;</span> <span 
class="pre">queryableStoreType)</span></code> returns a <code class="docutils 
literal"><span class="pre">List</span></code> of state
                     stores with the given storeName and of the type as defined 
by <code class="docutils literal"><span 
class="pre">queryableStoreType</span></code>.</p>
-                <p>Here is an example implementation of the wrapper follows 
(Java 8+):</p>
+                <p>Here is an example implementation of the wrapper follows 
(Java 11+):</p>

Review Comment:
   I am frankly not sure why we do need have a version to begin with? Should we 
just remove it entirely?
   
   I think, back in the days, while we still supported Java7, we did call out 
example written in Java8, but this pattern does not apply any longer.



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