kkonstantine commented on a change in pull request #6820: URL: https://github.com/apache/kafka/pull/6820#discussion_r516445120
########## File path: connect/runtime/src/main/java/org/apache/kafka/connect/runtime/distributed/DistributedHerder.java ########## @@ -751,14 +751,8 @@ public Void call() throws Exception { @Override public void connectorConfig(String connName, final Callback<Map<String, String>> callback) { - // Subset of connectorInfo, so piggy back on that implementation log.trace("Submitting connector config read request {}", connName); Review comment: Seems fine to keep this `trace` log in both cases and keep the implementation only in `AbstractHerder`. Wdyt? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org