Aias00 commented on code in PR #10957:
URL: https://github.com/apache/rocketmq/pull/10957#discussion_r3801642566
##########
controller/src/main/java/org/apache/rocketmq/controller/ControllerManager.java:
##########
@@ -73,16 +83,26 @@ public class ControllerManager {
private BlockingQueue<Runnable> controllerRequestThreadPoolQueue;
private final NotifyService notifyService;
private ControllerMetricsManager controllerMetricsManager;
+ private AuthenticationMetadataManager authenticationMetadataManager;
Review Comment:
The metadata managers are initialized in the ControllerManager constructor
via AuthenticationFactory.getMetadataManager and
AuthorizationFactory.getMetadataManager, before initialize()/start(). No
delayed initialization path exists in this revision.
--
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]