You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@zookeeper.apache.org by Vikrant Singh <vi...@yahoo-inc.com.INVALID> on 2015/04/17 21:00:30 UTC

ZooKeeper nginx integration

What is the best way to talk with zookeeper from an nginx handler?I have a zookeeper server, who need to respond to client's request through a proxy running nginx.
One option I am exploring is nginx-clojure, which pulls in jvm support and I can use my jars (which will talk with zookeeper) through handlers. 
Are there any better alternatives?Thanks,Vikrant