gianm commented on PR #13138: URL: https://github.com/apache/druid/pull/13138#issuecomment-1255344194
> @gianm, thanks for that info. As it turns out, the code that primes the injector, and preps the extensions is static: it will get loaded in any process that links to this code. Should this stuff be done in `run()` instead of static? Ideally, yes. It would require some refactoring. That would be nice, since static injectors are a bit goofy, although I also think it's fine to keep it the way it is. (It's been like this for a long time.) -- 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]
