Thanks Bruno.
On 2020/04/22 15:58:50, Bruno Cadonna <[email protected]> wrote: > Hi Nagendra,> > > What you describe is a known issue:> > https://issues.apache.org/jira/browse/KAFKA-9675> > > And you also described the appropriate fix:> > https://github.com/apache/kafka/pull/8256> > > The issue is fixed and will be included in 2.6.0, 2.4.2, 2.5.1.> > > I am sorry for any inconveniences.> > > Best,> > Bruno> > > On Wed, Apr 22, 2020 at 5:48 PM Nagendra Korrapati> > <[email protected]> wrote:> > >> > > 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> >
