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

Unable to list topics: EOF #169

Open
netsan opened this issue Nov 25, 2021 · 1 comment
Open

Unable to list topics: EOF #169

netsan opened this issue Nov 25, 2021 · 1 comment

Comments

@netsan
Copy link

netsan commented Nov 25, 2021

  • kaf version 0.1.42
    Hi,the following problem occurs when I call a method kaf topics -v
[sarama] 2021/11/25 12:03:07 client.go:138: Initializing new client
[sarama] 2021/11/25 12:03:07 config.go:544: ClientID is the default of 'sarama', you should consider setting it to something application-specific.
[sarama] 2021/11/25 12:03:07 config.go:544: ClientID is the default of 'sarama', you should consider setting it to something application-specific.
[sarama] 2021/11/25 12:03:07 client.go:871: client/metadata fetching metadata for all topics from broker kafka04-example.com:9092
[sarama] 2021/11/25 12:03:07 broker.go:209: Connected to broker at kafka04-example.com:9092 (unregistered)
[sarama] 2021/11/25 12:03:07 client.go:602: client/brokers registered new broker #2 at kafka04-example.com:9092
[sarama] 2021/11/25 12:03:07 client.go:602: client/brokers registered new broker #5 at kafka07-example.com:9092
[sarama] 2021/11/25 12:03:07 client.go:602: client/brokers registered new broker #4 at kafka06-example.com:9092
[sarama] 2021/11/25 12:03:07 client.go:182: Successfully initialized new client
[sarama] 2021/11/25 12:03:07 config.go:544: ClientID is the default of 'sarama', you should consider setting it to something application-specific.
[sarama] 2021/11/25 12:03:07 config.go:544: ClientID is the default of 'sarama', you should consider setting it to something application-specific.
[sarama] 2021/11/25 12:03:07 broker.go:207: Connected to broker at kafka06-example.com:9092 (registered as #4)
[sarama] 2021/11/25 12:03:07 broker.go:207: Connected to broker at kafka07-example.com:9092 (registered as #5)
Unable to list topics: EOF
@jackcipher
Copy link
Contributor

Hi, it's most likely a problem with Kafka broker.
Could you please try another Kafka tool such as the official Kafka shell tools to test your broker.

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