aliehsaeedii commented on code in PR #20099:
URL: https://github.com/apache/kafka/pull/20099#discussion_r2185252318
##########
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:
The `DescribeConsumerGroupsHandler` exposes the `GROUP_ID_NOT_FOUND` as
well. Maybe they changed the logic as well.
--
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]