yashmayya commented on code in PR #14647:
URL: https://github.com/apache/kafka/pull/14647#discussion_r1383284481


##########
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/distributed/WorkerCoordinator.java:
##########
@@ -480,6 +480,12 @@ public ConnectorsAndTasks.Builder 
addTasks(Collection<ConnectorTaskId> tasks) {
                 return this;
             }
 
+            public ConnectorsAndTasks.Builder addAll(ConnectorsAndTasks 
connectorsAndTasks) {

Review Comment:
   Nice and simple refactor, thanks!



-- 
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]

Reply via email to