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

Error || client has run out of available brokers #128

Closed
shreya7816 opened this issue Feb 18, 2022 · 2 comments
Closed

Error || client has run out of available brokers #128

shreya7816 opened this issue Feb 18, 2022 · 2 comments

Comments

@shreya7816
Copy link

Hi,
I am generating kafka events in protobuf format. I am trying to use kt to read/consume the events from terminal.

I am using following command
kt consume -topic topic-name
and getting this error
failed to create client err=kafka: client has run out of available brokers to talk to (Is your cluster reachable?)
Any suggestion how to fix this

@fgeller
Copy link
Owner

fgeller commented Feb 21, 2022

hey! can you make sure that you pass the correct addr to -brokers? it defaults to localhost:9092 but maybe your local setup is different.

@fgeller
Copy link
Owner

fgeller commented Mar 3, 2022

closing this issue optimistically, please re-open if it pops up again

@fgeller fgeller closed this as completed Mar 3, 2022
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