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


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupMetadataManager.java:
##########
@@ -1819,6 +1822,10 @@ public void onLoaded() {
                             ". Rebalancing in order to give a chance for 
consumers to commit offsets");
                     }
                     break;
+
+                default:
+                    log.warn("Unexpected group type detected while loading: " 
+ group.type());

Review Comment:
   The group is in `groups` so it is already loaded at this point.



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