Skip to content

Commit 5ab7f0b

Browse files
KAFKA-19734: Updating the docs for KIP-1221 (#20804)
Updating the docs for the client state metric (KIP-1221). Reviewers: Matthias Sax<[email protected]>, Bill Bejeck<[email protected]>, Chia-Ping Tsai <[email protected]>
1 parent e8d5cc1 commit 5ab7f0b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/ops.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3040,7 +3040,7 @@ <h5 class="anchor-heading"><a id="kafka_streams_client_monitoring" class="anchor
30403040
<tr>
30413041
<td>client-state</td>
30423042
<td>The state of the Kafka Streams client as a number (<code>ordinal()</code> of the corresponding enum).</td>
3043-
<td>kafka.streams:type=stream-metrics,client-id=([-.\w]+),process-id=([-.\w]+)</td>
3043+
<td>kafka.streams:type=stream-metrics,client-id=([-.\w]+),process-id=([-.\w]+),application-id=([-.\w]+)</td>
30443044
</tr>
30453045
<tr>
30463046
<td>alive-stream-threads</td>

docs/streams/upgrade-guide.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@ <h3><a id="streams_api_changes_420" href="#streams_api_changes_420">Streams API
146146
More details can be found in <a href="https://cwiki.apache.org/confluence/x/ywnxFg">KIP-1216</a>.
147147
</p>
148148

149+
<p>
150+
The <code>application-id</code> tag is now available for the Kafka Streams client state metric (<code>client-state</code>).
151+
More details can be found in <a href="https://cwiki.apache.org/confluence/x/jQobFw">KIP-1221</a>.
152+
</p>
153+
149154
<h3><a id="streams_api_changes_410" href="#streams_api_changes_410">Streams API changes in 4.1.0</a></h3>
150155

151156
<p><b>Note:</b> Kafka Streams 4.1.0 contains a critical memory leak bug (<a href="https://issues.apache.org/jira/browse/KAFKA-19748">KAFKA-19748</a>) that affects users of range scans and certain DSL operators (session windows, sliding windows, stream-stream joins, foreign-key joins). Users running Kafka Streams should consider upgrading directly to 4.1.1, which includes the fix for it.</p>

0 commit comments

Comments
 (0)