C0urante commented on code in PR #11782:
URL: https://github.com/apache/kafka/pull/11782#discussion_r902586578
##########
connect/runtime/src/test/java/org/apache/kafka/connect/integration/MonitorableSourceConnector.java:
##########
@@ -136,19 +180,24 @@ public List<SourceRecord> poll() {
throttler.throttle();
}
taskHandle.record(batchSize);
- log.info("Returning batch of {} records", batchSize);
+ log.trace("Returning batch of {} records", batchSize);
Review Comment:
This was way too noisy at `INFO`-level.
--
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]