I have the an SSL certificate in form of a .pem file and a key to open it. I can't authenticate with
SASL_USERNAME
SASL_PLAIN_PASSWORD
SSL_PASSWORD
SSL_CERTIFICATE
prod01.kafka.oebb.at:9095
sasl:
enabled: true
mechanism: SCRAM-SHA-512
username: frank
password: frank's pw # This can be set via the --kafka.sasl.password flag as well
tls:
enabled: true
caFilepath: ./conf/Kafka-SC-PROD-CA.pem
schemaRegistry:
enabled: true
urls:
I have the an SSL certificate in form of a .pem file and a key to open it. I can't authenticate with SASL_USERNAME SASL_PLAIN_PASSWORD SSL_PASSWORD SSL_CERTIFICATE