dajac commented on code in PR #14120:
URL: https://github.com/apache/kafka/pull/14120#discussion_r1302269584


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/consumer/ConsumerGroup.java:
##########
@@ -543,6 +543,14 @@ public void validateOffsetCommit(
         }
     }
 
+    /**
+     * Validates the OffsetFetch request.
+     */
+    @Override
+    public void validateOffsetFetch() {
+        // Nothing.

Review Comment:
   We will have some validation when we add the member id/epoch in the request. 
This is coming in the next PR.



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