MINOR: update Kafka Streams state.dir doc (#14155)

Default state directory was changes in 2.8.0 release (cf KAFKA-10604)

Reviewers: Guozhang Wang <wangguoz@gmail.com>
This commit is contained in:
Matthias J. Sax 2023-08-06 10:20:08 -07:00
parent 4179101393
commit 8ff3f62d81
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@
<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>