jiafu1115 commented on code in PR #20203:
URL: https://github.com/apache/kafka/pull/20203#discussion_r2461411099
##########
storage/src/main/java/org/apache/kafka/server/log/remote/metadata/storage/TopicBasedRemoteLogMetadataManager.java:
##########
@@ -375,6 +375,11 @@ private void
initializeResources(TopicBasedRemoteLogMetadataManagerConfig rlmmCo
}
}
}
+ @Override
+ public void onBrokerReady() {
+ log.info("Broker is ready for requests, now initializing RLMM
resources");
Review Comment:
Thanks, that’s a great addition.
> nit: `RLMM` -> `topic-based RLMM`
--
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]