Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ops.html
Original file line number Diff line number Diff line change
Expand Up @@ -3040,7 +3040,7 @@ <h5 class="anchor-heading"><a id="kafka_streams_client_monitoring" class="anchor
<tr>
<td>client-state</td>
<td>The state of the Kafka Streams client as a number (<code>ordinal()</code> of the corresponding enum).</td>
<td>kafka.streams:type=stream-metrics,client-id=([-.\w]+),process-id=([-.\w]+)</td>
<td>kafka.streams:type=stream-metrics,client-id=([-.\w]+),process-id=([-.\w]+),application-id=([-.\w]+)</td>
</tr>
<tr>
<td>alive-stream-threads</td>
Expand Down
7 changes: 7 additions & 0 deletions docs/streams/upgrade-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,13 @@ <h3><a id="streams_api_changes_420" href="#streams_api_changes_420">Streams API
More details can be found in <a href="https://cwiki.apache.org/confluence/x/ywnxFg">KIP-1216</a>.
</p>

<p>
The <code>application-id</code> tag is now available for the Kafka Streams client state metric (<code>client-state</code>).
Additionally, the <code>process-id</code> tag is no longer a default client-level tag. It is now only available
for the following three metrics: <code>client-state</code>, <code>recording-level</code>, and <code>thread-state</code>.
More details can be found in <a href="https://cwiki.apache.org/confluence/x/jQobFw">KIP-1221</a>
</p>

<h3><a id="streams_api_changes_410" href="#streams_api_changes_410">Streams API changes in 4.1.0</a></h3>

<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>
Expand Down