Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added zookeeper support #39

Closed
wants to merge 1 commit into from
Closed

Added zookeeper support #39

wants to merge 1 commit into from

Conversation

segabriel
Copy link
Member

@segabriel segabriel commented Dec 13, 2017

issues#5

TIPS

  • Zookeeper UI, use docker-compose file from https://hub.docker.com/r/elkozmon/zoonavigator-api/
  • before start needs to create config path in Zookeeper, for example, ZookeeperConfigExample needs ZookeeperConfigRepository path in Zookeeper. And also fill this key with JSON data, for example, ZookeeperConfigExample will be searching for 'prop1' ,'prop2', 'propRoot' properties:
{
  "config" :
  [ {
      "propName" : "prop1",
      "propValue" : "prop_value_1"
    },
    {
      "propName" : "prop2",
      "propValue" : "prop_value_2"
    },
    {
      "propName" : "propRoot",
      "propValue" : "prop_value_N"
    }
  ]
}
  • to start Zookeeper use following command:
    docker run -d -p 2181:2181 --name config_zookeeper zookeeper

@segabriel segabriel closed this Dec 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant