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? There are a few without the classic 
or consumer prefix so just wanted to confirm they all cover both if there is no 
prefix.



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