kkonstantine commented on a change in pull request #8069: URL: https://github.com/apache/kafka/pull/8069#discussion_r438426885
########## File path: connect/runtime/src/main/java/org/apache/kafka/connect/runtime/distributed/DistributedHerder.java ########## @@ -486,6 +509,10 @@ private synchronized boolean updateConfigsWithEager(AtomicReference<Set<String>> connectorTargetStateChanges = new HashSet<>(); } } + } else { + log.trace("Skipping config updates with eager rebalancing " Review comment: I'm trying to understand if it would overwhelm the logs at the TRACE 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org