CalvinConfluent commented on code in PR #18708:
URL: https://github.com/apache/kafka/pull/18708#discussion_r1931344902


##########
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:
   The record content is not useful at the TopicDelta. The topic name in the 
record has already been used in Topic_s_Delta to find the topic.



-- 
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]

Reply via email to