jeffkbkim commented on code in PR #13870: URL: https://github.com/apache/kafka/pull/13870#discussion_r1259040832
########## group-coordinator/src/test/java/org/apache/kafka/coordinator/group/GroupMetadataManagerTest.java: ########## @@ -228,14 +261,21 @@ public List<Record> build(TopicsImage topicsImage) { static class GroupMetadataManagerTestContext { static class Builder { - final private Time time = new MockTime(); final private LogContext logContext = new LogContext(); final private SnapshotRegistry snapshotRegistry = new SnapshotRegistry(logContext); private MetadataImage metadataImage; - private List<PartitionAssignor> assignors; Review Comment: we get illegal state exception if it's not initialized and since it doesn't affect the old protocol i thought it best to keep it clean -- 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