kamalcph commented on code in PR #14128:
URL: https://github.com/apache/kafka/pull/14128#discussion_r1280166811
##########
core/src/main/java/kafka/log/remote/RemoteLogManager.java:
##########
@@ -1002,4 +1004,36 @@ public void close() {
}
}
+ static class CandidateLogSegment {
Review Comment:
Renamed it to `EnrichedLogSegment`. Tomorrow, if we have requirement to add
more fields, then this name would fit.
--
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]