FrankYang0529 commented on code in PR #19504:
URL: https://github.com/apache/kafka/pull/19504#discussion_r2058169087


##########
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/streams/StreamsCoordinatorRecordHelpersTest.java:
##########
@@ -300,12 +300,13 @@ public void testNewStreamsGroupEpochRecord() {
                 .setGroupId(GROUP_ID),
             new ApiMessageAndVersion(
                 new StreamsGroupMetadataValue()
-                    .setEpoch(42),
+                    .setEpoch(42)
+                    .setMetadataHash(42),

Review Comment:
   Yeah, I followed epoch value to check we can get expected metadata hash with 
`StreamsCoordinatorRecordHelpers.newStreamsGroupEpochRecord`. It's like 
`GroupCoordinatorRecordHelpersTest#testNewShareGroupEpochRecord`.



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