This is an automated email from the ASF dual-hosted git repository.

guozhang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 7a2e11cae73 MINOR: update Kafka Streams state.dir doc (#14155)
7a2e11cae73 is described below

commit 7a2e11cae739f3391f61e2e29b148d3a3ebea8b3
Author: Matthias J. Sax <matth...@confluent.io>
AuthorDate: Sun Aug 6 10:20:08 2023 -0700

    MINOR: update Kafka Streams state.dir doc (#14155)
    
    Default state directory was changes in 2.8.0 release (cf KAFKA-10604)
    
    Reviewers: Guozhang Wang <wangg...@gmail.com>
---
 docs/streams/developer-guide/config-streams.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/streams/developer-guide/config-streams.html 
b/docs/streams/developer-guide/config-streams.html
index b1512df24b5..a38e8b3d3b7 100644
--- a/docs/streams/developer-guide/config-streams.html
+++ b/docs/streams/developer-guide/config-streams.html
@@ -415,7 +415,7 @@ 
streamsSettings.put(StreamsConfig.NUM_STANDBY_REPLICAS_CONFIG, 1);</code></pre>
           <tr class="row-odd"><td>state.dir</td>
             <td>High</td>
             <td colspan="2">Directory location for state stores.</td>
-            <td><code class="docutils literal"><span 
class="pre">/tmp/kafka-streams</span></code></td>
+            <td><code class="docutils literal"><span 
class="pre">/${java.io.tmpdir}/kafka-streams</span></code></td>
           </tr>
           <tr class="row-odd"><td>task.timeout.ms</td>
             <td>Medium</td>

Reply via email to