Just wanted to check if anyone tried integrating Zookeeper with kdb+. One way I can see is to load Zookeeper’s C libraries within kdb+ but would like to see if people have tried other approaches as well.
Thanks
Aj-
Just wanted to check if anyone tried integrating Zookeeper with kdb+. One way I can see is to load Zookeeper’s C libraries within kdb+ but would like to see if people have tried other approaches as well.
Thanks
Aj-
Easy integration with zookeeper’s RESTfull interface from KDB, esp, since JSON in std lib.
IMO doesn’t fit to KDB world, to clunky. No need for C lib, as it will choke sooner on the server side. You can achieve same level of HA with dedicated sentinels in q/KDB.
Unless you already have dedicated HA zookeeper based infrastructure, if kept tidy worth to experiment and share your findings.
Pat
2016-05-30 21:04 GMT+01:00 Ajay <rathore.ajay@gmail.com>:
Just wanted to check if anyone tried integrating Zookeeper with kdb+. One way I can see is to load Zookeeper’s C libraries within kdb+ but would like to see if people have tried other approaches as well.
Thanks
Aj-
–
Submitted via Google Groups