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