kkonstantine commented on a change in pull request #9805: URL: https://github.com/apache/kafka/pull/9805#discussion_r563930297
########## File path: connect/runtime/src/test/java/org/apache/kafka/connect/runtime/distributed/WorkerCoordinatorTest.java ########## @@ -105,7 +106,7 @@ @Parameters public static Iterable<?> mode() { return Arrays.asList(new Object[][]{ - {ConnectProtocolCompatibility.EAGER, 1}, + {EAGER, 1}, {ConnectProtocolCompatibility.COMPATIBLE, 2}}); Review comment: If you change the line above, then let's change this one too and fix the asymmetry ---------------------------------------------------------------- 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