Git Product home page Git Product logo

Comments (4)

corpix avatar corpix commented on May 30, 2024

You should create namespaces manually, kafka can't do it automatically for some reason:

zkctl create '/' ''
zkctl create '/brokers' ''
zkctl create '/brokers/ids' ''
zkctl create '/brokers/topics' ''

from zetcd.

F21 avatar F21 commented on May 30, 2024

@corpix Kafka should automatically create the chroot path (if it does not exist) since 0.8.2.0. See KAFKA-404. I've been using these Kafka images and they have always created the chroot (since 0.9.0.0).

I think in this case, it is because zetcd does not create the / node by default, which is why zkui also complains about the missing root node on a fresh zetcd and etcd setup.

from zetcd.

xiang90 avatar xiang90 commented on May 30, 2024

@F21 Send a pr to fix it? thank you!

from zetcd.

F21 avatar F21 commented on May 30, 2024

Hey @xiang90 Unfortunately, I am not too familiar with the code and am super swamped at the moment, so I am not sure if I'll have the time to make a PR.

However, I don't think this is easily fixed by just creating the root node. For example, currently, zetcd does not complain if etcd is not accessible. This is useful if we start etcd and zetcd using docker-compose and zetcd starts up much faster than etcd. In this case, zetcd would probably need to implement some sort of retry and timeout policy when attempting to create this root node.

from zetcd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.