mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
14 lines
No EOL
537 B
Text
14 lines
No EOL
537 B
Text
ssl.endpoint.identification.algorithm=https
|
|
sasl.mechanism=PLAIN
|
|
request.timeout.ms=20000
|
|
retry.backoff.ms=500
|
|
security.protocol=SASL_SSL
|
|
group.id=testGroup
|
|
ssl.truststore.location=client_kafkaClient_client.truststore.jks
|
|
ssl.truststore.password=123456
|
|
sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required \
|
|
username="kafkaClient1" password="kafkaClient1pw";
|
|
ssl.ca.location=ca-cert
|
|
ssl.certificate.location=client_kafkaClient_client.pem
|
|
ssl.key.location=client_kafkaClient_client.key
|
|
ssl.key.password=123456 |