rreddy-22 commented on code in PR #15152:
URL: https://github.com/apache/kafka/pull/15152#discussion_r1473109228
##########
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:
Does it still load the group if the type is unknown though?
--
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]