Copilot commented on code in PR #18834:
URL: https://github.com/apache/kafka/pull/18834#discussion_r1949034856


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupCoordinator.java:
##########
@@ -259,15 +259,17 @@ 
CompletableFuture<OffsetFetchResponseData.OffsetFetchResponseGroup> fetchAllOffs
     );
 
     /**
-     * Fetch the Share Group Offsets for a given group.
+     * Describe the Share Group Offsets for a given group.
      *
-     * @param context The request context
-     * @param request The DescribeShareGroupOffsets request.
-     * @return A future yielding the results.
+     * @param context           The request context
+     * @param request           The DescribeShareGroupOffsetsRequestGroup 
request.
+     *
+     * @return  A future yielding the results.
+     *          The error code(s) of the response are set to indicate the 
error(s) occurred during the execution.

Review Comment:
   The word 'error(s)' should be 'errors'.
   ```suggestion
        *               The error codes of the response are set to indicate the 
errors occurred during the execution.
   ```



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

Reply via email to