You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
The text was updated successfully, but these errors were encountered:
Hello 👋
Using latest landoop/fast-data-dev image.
When trying this command within the container:
root@fast-data-dev / $ ./opt/landoop/kafka/bin/kafka-topics --bootstrap-server platform-kafka-kafka-bootstrap: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
The text was updated successfully, but these errors were encountered: