abhishekgiri23 commented on code in PR #16988:
URL: https://github.com/apache/kafka/pull/16988#discussion_r1829225591
##########
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:
I have checked that auto-formatting is off; the format setting might differ
from current codestyle. Is there any doc to follow?
--
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]