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 authentication failed #775

Open
nrinaldi-fetch opened this issue Mar 14, 2023 · 0 comments
Open

Zookeeper authentication failed #775

nrinaldi-fetch opened this issue Mar 14, 2023 · 0 comments

Comments

@nrinaldi-fetch
Copy link

nrinaldi-fetch commented Mar 14, 2023

Hello, I'm trying to connect to a zookeeper server, and am noticing I am able to connect to the server IP, but subsequently receive authentication failure issues. I am trying to diagnose if this something Burrow related, or related to my internal zookeeper address.

Obviously for public visibility I've muted my explicit zookeeper/kafka address, but have confirmed they exist and are indeed accesible services on Kubernetes.

Here's a simplified burrow log

Burrow.log

│ burrow-7cbc6fbfd9-khq8t {"level":"info","ts":1678824749.858517,"msg":"Connected to host:port","type":"coordinator","name":"zookeeper"} │ │
│ burrow-7cbc6fbfd9-khq8t {"level":"info","ts":1678824749.859253,"msg":"authentication failed: EOF","type":"coordinator","name":"zookeeper"} │ │
│ burrow-7cbc6fbfd9-khq8t {"level":"error","ts":1678824749.8593042,"msg":"cannot create root path","type":"coordinator","name":"zookeeper","error":"zk: could not connect to a server"}

Here's my Burrow.toml

[zookeeper]
servers=["host:port"]
rootpath="/etc/burrow"
timeout=6

[kafka]
brokers=["host:port"]
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

1 participant