What's the differenet between three zkclient libraries on maven central repo

418 Views Asked by At

New to zookeeper, and I was told to use zkclient library rather than the one offered by Apache. However, I find that there are 3 different flavors of zkclient on maven central repository:

  • com.101tec
  • com.github.adyliu
  • com.github.sgroschupf

Which is right one to use?

0

There are 0 best solutions below