mjsax commented on code in PR #18822:
URL: https://github.com/apache/kafka/pull/18822#discussion_r1945265318
##########
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<T></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:
Or `An example implementation of the wrapper follows:`
--
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]