fullstorydev / gosolr

golang tools for Apache Solr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use zookeeper to store solrman state instead of redis

dragonsinth opened this issue · comments

It would allow us to move redis as a dependency.
Note: this also means using a ZK mutex since the global solrman mutex is in Redis right now