showuon commented on code in PR #12748: URL: https://github.com/apache/kafka/pull/12748#discussion_r1018909824
########## clients/src/test/java/org/apache/kafka/clients/consumer/CooperativeStickyAssignorTest.java: ########## @@ -78,6 +80,26 @@ public void testDecodeGeneration() { assertFalse(((CooperativeStickyAssignor) assignor).memberData(subscription).generation.isPresent()); } + @Test Review Comment: OK, tests updated. For existing tests, we'll use the latest scheme to build subscription. And added some backward compatibility tests. -- 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