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


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/ReplicatedGroupCoordinator.java:
##########
@@ -239,6 +283,14 @@ public void replay(Record record) throws RuntimeException {
         ApiMessageAndVersion value = record.value();
 
         switch (key.version()) {
+            case 0:

Review Comment:
   Yeah, this is actually correct. Weird but correct.



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