mimaison commented on code in PR #12067:
URL: https://github.com/apache/kafka/pull/12067#discussion_r892561737


##########
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/rest/resources/ConnectorsResource.java:
##########
@@ -285,23 +297,26 @@ public Response restartConnector(final 
@PathParam("connector") String connector,
 
     @PUT
     @Path("/{connector}/pause")
+    @Operation(summary = "Pause the specified connector")

Review Comment:
   I think nothing happens when pausing an already paused connector. Isn't it 
the case?



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