Files
openlan-cgw/utils/docker/client.properties.j2
Sviatoslav Boichuk ec2dd93187 Add Kafka TLS support
2025-01-24 16:07:42 +02:00

17 lines
553 B
Django/Jinja

# list of brokers used for bootstrapping knowledge about the rest of the cluster
# format: host1:port1,host2:port2 ...
bootstrap.servers={{ cgw_kafka_host }}:{{ cgw_kafka_port }}
# consumer group id
group.id=test-consumer-group
# What to do when there is no initial offset in Kafka or if the current
# offset does not exist any more on the server: latest, earliest, none
#auto.offset.reset=
security.protocol=SSL
ssl.endpoint.identification.algorithm=
ssl.truststore.type=PEM
ssl.truststore.location={{ broker_certs_path }}/{{ broker_client_cert }}