ZOOKEEPER.json 546 B

12345678910111213141516171819202122232425
  1. {
  2. "name" : "ZOOKEEPER",
  3. "version" : "3.4.5",
  4. "user" : "root",
  5. "comment" : "This is comment for ZOOKEEPER service",
  6. "properties" : [ ],
  7. "components" : [ {
  8. "name" : "ZOOKEEPER_SERVER",
  9. "category" : "MASTER",
  10. "client" : false,
  11. "master" : true
  12. }, {
  13. "name" : "ZOOKEEPER_CLIENT",
  14. "category" : "CLIENT",
  15. "client" : true,
  16. "master" : false
  17. } ],
  18. "clientOnlyService" : false,
  19. "clientComponent" : {
  20. "name" : "ZOOKEEPER_CLIENT",
  21. "category" : "CLIENT",
  22. "client" : true,
  23. "master" : false
  24. }
  25. }