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


##########
docs/streams/developer-guide/write-streams.html:
##########
@@ -161,7 +161,7 @@ <h2>Using Kafka Streams within your application code<a 
class="headerlink" href="
 streams.close();</code></pre>
       <p>To allow your application to gracefully shutdown in response to 
SIGTERM, it is recommended that you add a shutdown hook
         and call <code class="docutils literal"><span 
class="pre">KafkaStreams#close</span></code>.</p>
-      <p class="first">Here is a shutdown hook example in Java 8+:</p>
+      <p class="first">Here is a shutdown hook example in Java 11+:</p>

Review Comment:
   ```suggestion
         <p class="first">Here is a shutdown hook example in Java:</p>
   ```



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