On 7/3/2014 7:49 AM, Ugo Matrangolo wrote:
> I would like to be informed as soon as a cluster event happens like a node
> dropping and/or starting a recovery process.
> 
> What is the best way (if any) to listening on SolrCloud events ?

I don't know how it's done, but if you are using SolrJ and
CloudSolrServer, you have access to the zookeeper client.  With the
zookeeper client, you can put a watcher on various parts of the
zookeeper database, which should fire whenever there is a change.

Thanks,
Shawn

Reply via email to