Jackie-Jiang opened a new pull request #6395: URL: https://github.com/apache/incubator-pinot/pull/6395
## Description Introduces 3 annotations to plugin minion components: - TaskGenerator: For task generators to be plugged on controller side - TaskExecutorFactory: For task executor factories to be plugged on minion side - EventObserverFactory: For event observer factories to be plugged on minion side Annotated classes will automatically be plugged into the controller and minion. ## Release Notes In order to make classes auto-pluggable, the following interfaces have been changed: - PinotTaskGenerator - PinotTaskExecutorFactory - MinionEventObserverFactory Customized implementation of these interfaces need to be modified accordingly. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org