Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 575
JoeG Avatar asked Oct 21 '22 22:10

JoeG


1 Answers

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.

like image 159
JoeG Avatar answered Oct 23 '22 17:10

JoeG