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


##########
connect/runtime/src/test/java/org/apache/kafka/connect/integration/SinkConnectorsIntegrationTest.java:
##########
@@ -209,7 +208,6 @@ public void testCooperativeConsumerPartitionAssignment() 
throws Exception {
         final Collection<String> topics = Arrays.asList(topic1, topic2, 
topic3);
 
         Map<String, String> connectorProps = 
baseSinkConnectorProps(String.join(",", topics));
-        // Need an eager assignor here; round robin is as good as any

Review Comment:
   Not necessary for this PR. Just cleaning up while I'm in the neighborhood.



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