jolshan commented on code in PR #15196: URL: https://github.com/apache/kafka/pull/15196#discussion_r1470066073
########## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupCoordinatorService.java: ########## @@ -523,7 +524,7 @@ public CompletableFuture<ListGroupsResponseData> listGroups( .combineFutures(futures, ArrayList::new, List::addAll) .thenApply(groups -> new ListGroupsResponseData().setGroups(groups)) .exceptionally(exception -> handleOperationException( - "ListGroups", + "list-groups", Review Comment: this covers class and consumer groups? -- 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