mimaison commented on code in PR #22001:
URL: https://github.com/apache/kafka/pull/22001#discussion_r3529678406
##########
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/rest/resources/LoggingResource.java:
##########
@@ -104,7 +103,7 @@ public Response getLogger(final @PathParam("logger") String
namedLogger) {
@Path("/{logger}")
@Operation(summary = "Set the log level for the specified logger")
@SuppressWarnings("fallthrough")
- public Response setLevel(final @PathParam("logger") String namespace,
+ public List<String> setLevel(final @PathParam("logger") String namespace,
Review Comment:
How is this going to work with the no-content response for cluster scope
loggers?
--
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]