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


##########
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/rest/resources/ConnectorsResource.java:
##########
@@ -340,6 +340,7 @@ public void putTaskConfigs(final @PathParam("connector") 
String connector,
 
     @PUT
     @Path("/{connector}/fence")
+    @Operation(hidden = true, summary = "This operation is only for 
inter-worker communications")

Review Comment:
   Added this line to hide the newly-introduced zombie fencing API from the 
OpenAPI spec that we started generating with 
https://github.com/apache/kafka/pull/12067.



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