chia7712 commented on code in PR #22522:
URL: https://github.com/apache/kafka/pull/22522#discussion_r3387639473
##########
clients/src/test/java/org/apache/kafka/clients/producer/KafkaProducerTest.java:
##########
@@ -2074,6 +2074,7 @@ public void testSendTxnOffsetsWithGroupIdTransactionV2() {
}
@Test
+ @SuppressWarnings("removal")
Review Comment:
I agree with @lucasbru. Maybe we could create a full `ConsumerGroupMetadata`
instance and verify that the `TxnOffsetCommitRequest` contains all the expected
fields from it.
--
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]