From eb92ea8715b44eef820b165808a52b8c57dbb776 Mon Sep 17 00:00:00 2001 From: Genseric Ghiro Date: Fri, 31 Oct 2025 14:25:20 -0400 Subject: [PATCH 1/5] Follow up to 20766: updating the docs --- docs/ops.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ops.html b/docs/ops.html index fcef480f2c91a..0f498ebdf3c49 100644 --- a/docs/ops.html +++ b/docs/ops.html @@ -3000,7 +3000,7 @@
Streams API More details can be found in KIP-1216.

+

+ The application-id tag is now available for the Kafka Streams client state metric (client-state). + Additionally, the process-id tag is no longer a default client-level tag. It is now only available + for the following three metrics: client-state, recording-level, and thread-state. + More details can be found in KIP-1221 +

+

Streams API changes in 4.1.0

Note: Kafka Streams 4.1.0 contains a critical memory leak bug (KAFKA-19748) 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.

From 1d49eecb170ec914734c83c8d5e63f440ec024fa Mon Sep 17 00:00:00 2001 From: Genseric Ghiro Date: Thu, 20 Nov 2025 16:01:57 -0500 Subject: [PATCH 5/5] Addressing comments --- docs/streams/upgrade-guide.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/streams/upgrade-guide.html b/docs/streams/upgrade-guide.html index 796ba3728fc81..5037410f3d61e 100644 --- a/docs/streams/upgrade-guide.html +++ b/docs/streams/upgrade-guide.html @@ -148,9 +148,7 @@

Streams API

The application-id tag is now available for the Kafka Streams client state metric (client-state). - Additionally, the process-id tag is no longer a default client-level tag. It is now only available - for the following three metrics: client-state, recording-level, and thread-state. - More details can be found in KIP-1221 + More details can be found in KIP-1221.

Streams API changes in 4.1.0