cmccabe commented on code in PR #18708: URL: https://github.com/apache/kafka/pull/18708#discussion_r1931353137
########## 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: sorry, you are right. I misread this. it should work fine because we checked the topic name at the higher level -- 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