From eb92ea8715b44eef820b165808a52b8c57dbb776 Mon Sep 17 00:00:00 2001
From: Genseric Ghiro 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
+
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
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.