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

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


The following commit(s) were added to refs/heads/2.0 by this push:
     new 9e50cb2  MINOR: fix Streams docs state.dir (#5465)
9e50cb2 is described below

commit 9e50cb23dd80c29139b3ae1a36d2b5a5d9837715
Author: Matthias J. Sax <[email protected]>
AuthorDate: Mon Aug 6 13:39:50 2018 -0700

    MINOR: fix Streams docs state.dir (#5465)
    
    Reviewers: Guozhang Wang <[email protected]>
---
 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 2c6bce1..37e9a37 100644
--- a/docs/streams/developer-guide/config-streams.html
+++ b/docs/streams/developer-guide/config-streams.html
@@ -277,7 +277,7 @@
           <tr class="row-even"><td>state.dir</td>
             <td>High</td>
             <td colspan="2">Directory location for state stores.</td>
-            <td><code class="docutils literal"><span 
class="pre">/var/lib/kafka-streams</span></code></td>
+            <td><code class="docutils literal"><span 
class="pre">/tmp/kafka-streams</span></code></td>
           </tr>
           <tr class="row-odd"><td>timestamp.extractor</td>
             <td>Medium</td>

Reply via email to