C0urante commented on code in PR #15180:
URL: https://github.com/apache/kafka/pull/15180#discussion_r1450614354


##########
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/Worker.java:
##########
@@ -620,6 +650,11 @@ private boolean startTask(
 
             try (LoaderSwap loaderSwap = 
plugins.withClassLoader(connectorLoader)) {
                 final ConnectorConfig connConfig = new 
ConnectorConfig(plugins, connProps);
+
+                int maxTasks = 
connConfig.getInt(ConnectorConfig.TASKS_MAX_CONFIG);

Review Comment:
   Haha, was on the fence about this one. Done 👍



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to