jeffkbkim commented on code in PR #17444:
URL: https://github.com/apache/kafka/pull/17444#discussion_r1840991727
##########
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/GroupCoordinatorShardTest.java:
##########
@@ -526,12 +527,12 @@ public void testReplayConsumerGroupPartitionMetadata() {
ConsumerGroupPartitionMetadataKey key = new
ConsumerGroupPartitionMetadataKey();
ConsumerGroupPartitionMetadataValue value = new
ConsumerGroupPartitionMetadataValue();
- coordinator.replay(0L, RecordBatch.NO_PRODUCER_ID,
RecordBatch.NO_PRODUCER_EPOCH, new CoordinatorRecord(
+ // ConsumerGroupPartitionMetadataKey/Value is deprecated after 4.0.
Review Comment:
What does this mean?
--
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]