soumitra-st opened a new pull request, #10942: URL: https://github.com/apache/pinot/pull/10942
BaseBrokerStarter Pinot creates _brokerAdminApplication object and starts it in the BaseBrokerStarter.start method, hence _brokerAdminApplication object is not accessible in derived classes of BaseBrokerStarter to register ContainerRequestFilter. This PR adds a method registerExtraComponents to register additional components. -- 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]
