vamossagar12 commented on code in PR #12306:
URL: https://github.com/apache/kafka/pull/12306#discussion_r912359623


##########
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/rest/resources/ConnectorPluginsResource.java:
##########
@@ -105,7 +115,28 @@ private <T> void 
addConnectorPlugins(Collection<PluginDesc<T>> plugins, Collecti
 
     @PUT
     @Path("/{pluginName}/config/validate")
-    @Operation(summary = "Validate the provided configuration against the 
configuration definition for the specified pluginName")
+    @Operation(
+            summary = "Validate the provided configuration against the 
configuration definition for the specified pluginName",
+            parameters = {

Review Comment:
   oh that's a good catch. I missed that.. Thanks for pointing it out. I 
removed the parameters from the operation annotation wherever the query param 
isn't hidden.



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