dsmiley commented on PR #2016: URL: https://github.com/apache/solr/pull/2016#issuecomment-1767106858
> Do we envision having non-cloud container-level plugins, as this PR opens the way to? I am tempted to say it can be useful, but I don't know the original intention behind those plugins. I think so! There shouldn't be anything SolrCloud/ZK specific about this PR. As I'm sure you know, Solr runs in standalone and has a solr.xml and there are already specific named plugins that work there. These are "node plugins", albeit of a specific expected type for a specific purpose. Like CoresLocator, which I think you are familiar with :-). All classes in NodeConfig/solr.xml are a "node plugin" by virtue of a pluggable class specified in this spot. You are generalizing this to have more for more general purposes. And for new handlers as a possible purpose. That's how I think of all this. -- 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]
