This is the first time I use Zookeeper and I use Scala as my programming language. Does Zookeeper support Scala? If not, is there any workaround solution?
Thank you very much.
This is the first time I use Zookeeper and I use Scala as my
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes – it’s just another Java lib and Scala is compatible with Java libs in general. I’ve done a project using Zookeeper and Scala and it works great. I’m using Curator as my client library which is built using Java, but there is also Twitter’s scala-zookeeper-client. Or you could use the Zookeeper client API directly.
Kafka, a well-known Scala open source project, uses Zookeeper.