tibrewalpratik17 opened a new pull request, #11437: URL: https://github.com/apache/pinot/pull/11437
labels: - feature In #10606 we discussed adding the support for pluggable query event listener. This PR scaffolds the logic for that and is first among series of PRs. In this PR, we are adding the support for broker query-level event listener. We can register a custom plugin for an event-listener in the package path - `.*\\.plugin\\.query.event.listener\\..*` and define our own implementation of `onQueryCompletion` method of the `BrokerQueryEventListener` interface. Re-pasting the design doc here -- https://docs.google.com/document/d/11UeU6eNTlyEJ9G096j9XT57QuWgbuCtwnfTC5TQpQ8M/edit#heading=h.uc9rahlz5o0x -- 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]
