dajac commented on code in PR #20030:
URL: https://github.com/apache/kafka/pull/20030#discussion_r2165864926
##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupCoordinatorService.java:
##########
@@ -1262,7 +1262,7 @@ public
CompletableFuture<List<DescribeGroupsResponseData.DescribedGroup>> descri
if (groupId == null) {
Review Comment:
I suppose that this code is actually never used because the group id cannot
be null in the request. We may just want to remove it.
--
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]