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 c1ca53b  MINOR: fix Streams docs state.dir (#5465)
c1ca53b is described below

commit c1ca53b3697e04a0cf3536440a622983b553c69a
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 5f9834b..75f1045 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