JoeG
JoeG

Reputation: 7642

ZooKeeper in production on WIndows

Currently, using ZooKeeper on Linux for our initial needs. Code base is all Java/Groovy. Later on, will need to support Windows. However, the ZooKeeper docs supported platforms lists only 'development' support for Windows 32:

Win32 is supported as a development platform only for both server and client.

Are people running ZK successfully in production on windows? Any issues?

Also, what about 64-bit Windows? Is anyone doing that and can you share any experience?

Upvotes: 5

Views: 4058

Answers (1)

JoeG
JoeG

Reputation: 7642

Someone else I work with pointed me to upcoming support for windows 64-bit

As I neither want nor need to get into a Unix/Windows platform war, I am accepting this for the answer.

Upvotes: 3

Related Questions