chia7712 commented on code in PR #20203:
URL: https://github.com/apache/kafka/pull/20203#discussion_r2478051442


##########
storage/src/main/java/org/apache/kafka/server/log/remote/metadata/storage/TopicBasedRemoteLogMetadataManager.java:
##########
@@ -375,6 +374,11 @@ private void 
initializeResources(TopicBasedRemoteLogMetadataManagerConfig rlmmCo
             }
         }
     }
+    @Override
+    public void onBrokerReady() {
+        log.info("Broker is ready for requests, now initializing topic-based 
RLMM resources");
+        initializationThread.start();

Review Comment:
   @jiafu1115 would you mind adding the 
https://github.com/apache/kafka/pull/20203/files#r2462846515 to the comments?



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