apoorvmittal10 commented on code in PR #17437:
URL: https://github.com/apache/kafka/pull/17437#discussion_r1795042706


##########
core/src/main/java/kafka/server/share/DelayedShareFetchPartitionKey.java:
##########
@@ -18,19 +18,21 @@
 
 import kafka.server.DelayedOperationKey;
 
-import org.apache.kafka.common.Uuid;
-
 import java.util.Objects;
 
 /**
- * A key for delayed share fetch purgatory that refers to the topic partition.
+ * A key for delayed share fetch purgatory that refers to the topic partition. 
Since the below replicaManager functionalities
+ * use TopicPartition and not TopicIdPartition, hence we are using the same 
here.

Review Comment:
   Hmmm, this can be problematic else we need to have deletion case handled 
separtely. We should not move to topic but stick to topicId.



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