This is an automated email from the ASF dual-hosted git repository.
mjsax pushed a commit to branch 1.0
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/1.0 by this push:
new 792c7ec MINOR: fix Streams docs state.dir (#5465)
792c7ec is described below
commit 792c7ec9af8263dcf3965ce29d63a3e476d00a09
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 7b029a7..6314746 100644
--- a/docs/streams/developer-guide/config-streams.html
+++ b/docs/streams/developer-guide/config-streams.html
@@ -286,7 +286,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>