matt-welch commented on code in PR #17340: URL: https://github.com/apache/kafka/pull/17340#discussion_r2223448270
########## tools/src/main/java/org/apache/kafka/tools/ProducerPerformance.java: ########## @@ -351,8 +378,10 @@ static class Stats { private long windowTotalLatency; private long windowBytes; private long windowStart; + private final boolean isSteadyState; + private boolean supressPrint; Review Comment: Thanks for finding this one! Fixed. -- 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. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org