How to consume service registered in ZooKeeper by Mendix

0
Hi Experts, A customer is asking how to consume service registered in ZooKeeper by Mendix. Any suggestions here?   Glenn BR.
asked
1 answers
0

With Mendix it should work this way:

- create a Java action that kicks off a thread for Zookeeper: https://zookeeper.apache.org/doc/r3.4.13/javaExample.html

- call this java action in during after startup: https://docs.mendix.com/refguide/project-settings#after-startup

 

answered