Giter VIP home page Giter VIP logo

Comments (6)

toddpalino avatar toddpalino commented on August 15, 2024

It sounds like your configuration in Burrow for Zookeeper is not correct. Burrow does not use the Zookeeper information to discover the Kafka cluster, it uses the defined broker list to do that.

Please post your configuration section for the cluster.

from burrow.

TimurFayruzov avatar TimurFayruzov commented on August 15, 2024

Hello Todd, here's my configuration:

[zookeeper]
hostname=zookeeper0
hostname=zookeeper1
hostname=zookeeper2
hostname=zookeeper3
hostname=zookeeper4
port=2181
timeout=6
lock-path=/burrow/notifier

[kafka "prod"]
broker=kafka0
broker=kafka1
broker=kafka2
broker-port=6667
zookeeper=zookeeper1
zookeeper=zookeeper2
zookeeper=zookeeper3
zookeeper=zookeeper4
zookeeper=zookeeper5
zookeeper-port=2181
zookeeper-offsets=true
zookeeper-path=/util/kafka-logging

I can ping zookeeper* hosts from my machine and can telnet to port 2181.

from burrow.

toddpalino avatar toddpalino commented on August 15, 2024

So that error is generated when Burrow is unable to get child znodes for /util/kafka-logging/consumers Can you check that that znode exists on your ensemble with that exact path?

from burrow.

TimurFayruzov avatar TimurFayruzov commented on August 15, 2024

Yes, I have verified in Zookeeper Exhibitor that this path exists. Moreover (I failed to mention this before)

kafka-consumer-offset-checker.sh --zookeeper zookeeper0:2181/util/kafka_logging --group scu17

works and returns proper lags and offsets. That's why I had a suspicion that something is up with Burrow.

from burrow.

toddpalino avatar toddpalino commented on August 15, 2024

Your offset checker command does not match the Zookeeper path you specified in your config. Your config shows /util/kafka-logging. Your command has /util/kafka_logging

from burrow.

TimurFayruzov avatar TimurFayruzov commented on August 15, 2024

Doh, this is embarrassing! I stared at this config for too long. This was indeed an issue. Thanks, Todd!

from burrow.

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.