chia7712 commented on code in PR #23250:
URL: https://github.com/apache/kafka/pull/23250#discussion_r3887113094


##########
clients/clients-integration-tests/src/test/java/org/apache/kafka/clients/MetricsDuringTopicCreationDeletionTest.java:
##########
@@ -77,23 +78,33 @@ public void testMetricsDuringTopicCreateDelete() throws 
Exception {
         final int initialPreferredReplicaImbalanceCount = 
getGauge("PreferredReplicaImbalanceCount").value();
         final int initialUnderReplicatedPartitionsCount = 
getGauge("UnderReplicatedPartitions").value();
 
+        AtomicInteger offlinePartitionsCount =

Review Comment:
   The style is a bit weird to me. Maybe they can be on the a single line



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to