cmccabe commented on code in PR #18708:
URL: https://github.com/apache/kafka/pull/18708#discussion_r1931335526
##########
metadata/src/main/java/org/apache/kafka/image/TopicDelta.java:
##########
@@ -83,6 +85,31 @@ public void replay(PartitionChangeRecord record) {
partitionChanges.put(record.partitionId(), partition.merge(record));
}
+ public void replay(ClearElrRecord record) {
Review Comment:
You need to handle the case where the topic name is set in the record.
--
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]