Lagranmoon opened a new issue #7669: URL: https://github.com/apache/pulsar/issues/7669
**Describe the bug** pulsar client use info level log to record throughput and latency in class org.apache.pulsar.client.impl.ProducerStatsRecorderImpl, but the latency was divided by 1000 by mistake,the ds was already in ms, so there is no need to convert time,it will cause a lot of misunderstanding when testing the producer latency.  ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
