Package org.apache.solr.cluster.events.impl
package org.apache.solr.cluster.events.impl
Default implementation of
ClusterEventProducer.-
ClassesClassDescriptionThis class helps in handling the initial registration of plugin-based listeners, when both the final
ClusterEventProducerimplementation and listeners are configured using plugins.This is an illustration how to re-implement the combination of Solr 8x NodeLostTrigger and AutoAddReplicasPlanAction to maintain the collection's replicas when nodes are lost.Implementation ofClusterEventProducer.This implementation allows Solr to dynamically change the underlying implementation ofClusterEventProducerin response to the changed plugin configuration.