kafka/streams/integration-tests/src/test
Kuan-Po Tseng f99db0804e
CI / build (push) Has been cancelled Details
KAFKA-19275 client-state and thread-state metrics are always "Unavailable" (#19712)
Fix the issue where JMC is unable to correctly display client-state and
thread-state metrics. The root cause is that these two metrics directly
return the `State` class to JMX. If the user has not set up the RMI
server, JMC or other monitoring tools will be unable to interpret the
`State` class. To resolve this, we should return a string representation
of the state instead of the State class in these two metrics.

Reviewers: Luke Chen <showuon@gmail.com>, Ken Huang
 <s7133700@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
2025-05-14 14:08:01 +08:00
..
java/org/apache/kafka/streams/integration KAFKA-19275 client-state and thread-state metrics are always "Unavailable" (#19712) 2025-05-14 14:08:01 +08:00
resources KAFKA-9366 Upgrade log4j to log4j2 (#17373) 2024-12-14 01:14:31 +08:00
scala/org/apache/kafka/streams/integration KAFKA-17880 Move integration test from streams module to streams/integration-tests module (#17615) 2024-11-01 18:21:06 +08:00