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


##########
connect/runtime/src/test/java/org/apache/kafka/connect/integration/ConnectWorkerIntegrationTest.java:
##########
@@ -1375,6 +1380,57 @@ public void testRuntimePropertyReconfiguration() throws 
Exception {
         );
     }
 
+    @Test
+    public void testPluginAliases() throws Exception {
+        connect = connectBuilder.build();
+        // start the clusters
+        connect.start();
+
+        // Create a topic; not strictly necessary but prevents log spam when 
we start a source connector later
+        final String topic = "kafka17510";

Review Comment:
   Your eye for detail never ceases to impress me 😄
   Fixed in the latest commit.



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