mirror of
https://github.com/Telecominfraproject/openlan-cgw.git
synced 2026-01-27 18:22:11 +00:00
17 lines
553 B
Django/Jinja
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 }}
|