-
Notifications
You must be signed in to change notification settings - Fork 9
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
client/metadata got error from broker -1 while fetching metadata #9
Comments
@Hubbitus - you're using the wrong kafkactl. In your output, deviceinsight/kafkactl, if you want to use this implementation, please try jbvmio/kafkactl. |
I'm very sorry for the mistake. And thank you for the response. Meantime it changes almost nothing. Your image requires config in single place versus search in some common, but then failed with the same error without details:
|
What version of Kafka are your brokers running @Hubbitus ? Can you try adding the |
i have the same issue
we have a kafka at k8s cluster and exposed via ingress |
Sorry, maybe you may at least extend logging what happened and what wrong? |
@zotona You can configure sasl/ssl using the following example in your config file:
|
It seems there is either a connectivity issue or more likely the version of Kafka your brokers are running are not compatible. Did you ever confirm the version of Kafka your brokers are running? |
@Hubbitus - As a test, try the forcing the following client versions:
|
On server: Confluent 5.3.2, Kafka 2.3.x And off course such cluster reachable from |
Hello.
I am newbie and try to use kafkactl:
Config is very simple (sed to show just non-comments and non-empty lines):
And according to
wireshark
dump TCP sessionkafkactl
send metadata request and can connect to the server, but newer receive response:Where I am wrong?
The text was updated successfully, but these errors were encountered: