DL1231 commented on code in PR #19876:
URL: https://github.com/apache/kafka/pull/19876#discussion_r2387479407


##########
server/src/main/java/org/apache/kafka/server/purgatory/DelayedRemoteFetch.java:
##########


Review Comment:
   Thanks for pointing this out! Initially, I intended to move 
`DelayedRemoteFetch` to the storage module. However, during implementation, I 
found that it depends on `FetchPartitionStatus` and `LogReadResult`, which 
aren't accessible from the storage module. Because of these dependency 
constraints, I had to place it in the server module instead.
   
   I've updated the task title to better reflect this implementation outcome.



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