I am using kafka-streams-2.4.0. My issue details : metrics.recording.level is set to DEBUG Still all the stream-state-metrics values recorded are all 0. (Ex: bytes-written-total etc.,)
Changed the code in RocksDBStore class openDB method. Moved the call to maybeSetupMetricsRecorder before the openRocksDB call in openDB method. It started working and able to see the metrics values. Can anyone please comment on the above? thanks Nagendra