Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Since Solr 8.6 via SOLR-14404, it's been possible to define custom node/CoreContainer request handlers. However, the current mechanism requires the use of cluster properties (in ZooKeeper). That allows for dynamic registration (cool) but it's awkward to pre-define them – it doesn't comply with an immutable infrastructure philosphy where node handlers can be defined by configuration local to the Solr node. That's solr.xml. So here, I propose that node handlers be defined there, perhaps the same as is done in solrconfig.xml.
Attachments
Issue Links
- duplicates
-
SOLR-13543 Custom requesthandlers at CoreContainer level
- Resolved
- incorporates
-
SOLR-17079 Allow to declare replica placement plugins in solr.xml
- Closed
- relates to
-
SOLR-14404 CoreContainer level custom requesthandlers
- Closed
-
SOLR-17096 Support for Cluster Singleton plugins in solr.xml
- Closed
- links to