This is an automated email from the ASF dual-hosted git repository.

mjsax pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 5ab7f0b47b7 KAFKA-19734: Updating the docs for KIP-1221 (#20804)
5ab7f0b47b7 is described below

commit 5ab7f0b47b7123aa1a011afb1df7fa00580a75ea
Author: Genseric Ghiro <[email protected]>
AuthorDate: Thu Nov 20 16:17:27 2025 -0500

    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]>
---
 docs/ops.html                   | 2 +-
 docs/streams/upgrade-guide.html | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/docs/ops.html b/docs/ops.html
index cad4ebe4107..5b32d69df8d 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -3040,7 +3040,7 @@ All the following metrics have a recording level of 
<code>info</code>:
   <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>
diff --git a/docs/streams/upgrade-guide.html b/docs/streams/upgrade-guide.html
index 3b12fde2e05..5037410f3d6 100644
--- a/docs/streams/upgrade-guide.html
+++ b/docs/streams/upgrade-guide.html
@@ -146,6 +146,11 @@
         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>).
+        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>

Reply via email to