smjn commented on code in PR #18929:
URL: https://github.com/apache/kafka/pull/18929#discussion_r2077345119


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupCoordinatorShard.java:
##########
@@ -785,6 +787,38 @@ public 
CoordinatorResult<DeleteShareGroupOffsetsResponseData, CoordinatorRecord>
         );
     }
 
+    /**
+     * Make the following check to make sure the AlterShareGroupOffsetsRequest 
request is valid:

Review Comment:
   `following checks`



##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupCoordinatorShard.java:
##########
@@ -785,6 +787,38 @@ public 
CoordinatorResult<DeleteShareGroupOffsetsResponseData, CoordinatorRecord>
         );
     }
 
+    /**
+     * Make the following check to make sure the AlterShareGroupOffsetsRequest 
request is valid:

Review Comment:
   nit: `following checks`



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