findingrish commented on code in PR #15475:
URL: https://github.com/apache/druid/pull/15475#discussion_r1440228226
##########
server/src/main/java/org/apache/druid/client/BrokerServerView.java:
##########
@@ -144,6 +145,12 @@ public CallbackAction segmentViewInitialized()
runTimelineCallbacks(TimelineCallback::timelineInitialized);
return ServerView.CallbackAction.CONTINUE;
}
+
+ @Override
+ public CallbackAction segmentSchemasAnnounced(SegmentSchemas
segmentSchemas)
+ {
+ return CallbackAction.CONTINUE;
Review Comment:
Unregister would cause the SegmentCallback to be removed in
HttpServerInventoryView.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]