lucasbru commented on code in PR #20099:
URL: https://github.com/apache/kafka/pull/20099#discussion_r2185194293


##########
clients/src/main/java/org/apache/kafka/clients/admin/internals/DescribeStreamsGroupsHandler.java:
##########
@@ -259,22 +258,9 @@ private void handleError(
                 break;
 
             case GROUP_ID_NOT_FOUND:
-                // In order to maintain compatibility with 
describeConsumerGroups, an unknown group ID is

Review Comment:
   Ah, I didn't realize that we did this for compatibility with 
`describeConsumerGroups` when we talked about it. I still think we should 
rather go for the proper way and expose the `GROUP_ID_NOT_FOUND`.



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