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

Zookeeper 3.7 test succeeded (docker compose) #77

Open
duee opened this issue Dec 8, 2021 · 1 comment
Open

Zookeeper 3.7 test succeeded (docker compose) #77

duee opened this issue Dec 8, 2021 · 1 comment

Comments

@duee
Copy link

duee commented Dec 8, 2021

version: zookeeper 3.7
Cluster info :
zk1
zk2
zk3 (leader)
network info:
image

docker-compose.yml

version: "3.7"

networks:
   zk-net:
     external: true

services:
  zookeeper:
    image: "elkozmon/zoonavigator:latest"
    ports:
      - 9090:9090
    restart: always
    container_name: "zoonavigator"
    networks:
        - zk-net
    environment:
      - "HTTP_PORT=9090"
      - "CONNECTION_LOCALZK_NAME=zk-net"
      - "CONNECTION_LOCALZK_CONN=zk3"

Please note that "connection_localzk_conn = zk3" is because I am on the same network.

@elkozmon
Copy link
Owner

Thank you for letting me know, I'm glad it works! 👍 Still, I'd like to wait until Curator Framework (zoonavigators main dependency) upgrades to ZK client 3.7 before I call it "officially" supported.. Right now we're on pretty outdated version 3.4.11

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

No branches or pull requests

2 participants