jerryshao commented on code in PR #6703:
URL: https://github.com/apache/gravitino/pull/6703#discussion_r2000464523


##########
core/src/main/java/org/apache/gravitino/GravitinoEnv.java:
##########
@@ -481,12 +482,12 @@ private void initGravitinoServerComponents() {
         new TopicNormalizeDispatcher(topicHookDispatcher, catalogManager);
     this.topicDispatcher = new TopicEventDispatcher(eventBus, 
topicNormalizeDispatcher);
 
-    // TODO(jerryshao). Add Hook and event dispatcher support for Model.
+    // TODO(jerryshao). Add Hook support for Model.

Review Comment:
   Hook is another event listener made by @jerqi for authn related things.



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