Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

1.1K
Views
Issue using kafka-topics cli command with TLS enabled

I'm using Using latest landoop/fast-data-dev image (but the Kafka cli tools are the same as upstream)

When trying this command within the container:

root@fast-data-dev / $ ./opt/landoop/kafka/bin/kafka-topics --bootstrap-server hostname:9093 --command-config client.properties -list

I get this error

[2020-11-26 18:09:01,580] WARN The configuration 'ssl.truststore.location' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig) 
[2020-11-26 18:09:01,581] WARN The configuration 'ssl.keystore.password' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig) 
[2020-11-26 18:09:01,582] WARN The configuration 'ssl.keystore.location' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig) 
[2020-11-26 18:09:01,582] WARN The configuration 'ssl.truststore.password' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)

Here is my client.properties file

security.protocol=SSL
ssl.truststore.location=/data/cluster-crt/ca.p12
ssl.truststore.password=valid_password
ssl.keystore.location=/data/user-crt/user.p12
ssl.keystore.password=valid_pasword

Am I doing something wrong ? Thanks

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

I think it's related to this known issue, but the admin client should work anyway.

https://issues.apache.org/jira/browse/KAFKA-10566

There is also a PR opened to fix it.

https://github.com/apache/kafka/pull/9365

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!