mjsax commented on code in PR #16988:
URL: https://github.com/apache/kafka/pull/16988#discussion_r1830435172


##########
streams/integration-tests/src/test/java/org/apache/kafka/streams/integration/EosIntegrationTest.java:
##########
@@ -1191,7 +1187,7 @@ private <K, V> void 
ensureCommittedRecordsInTopicPartition(final String topic,
             }
             if (tries >= maxTries) {
                 throw new AssertionError("No committed records in topic " + 
topic
-                    + ", partition " + partition + " after " + maxTries + " 
retries.");
+                        + ", partition " + partition + " after " + maxTries + 
" retries.");

Review Comment:
   Don't think we have docs. But it might be some IDE setting about 4 vs 8 
whitespace indent...



-- 
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