2020-08-06 16:38:53 -07:00
|
|
|
KAFKA_ZOOKEEPER_CONNECT=zookeeper:2181
|
|
|
|
KAFKA_BOOTSTRAP_SERVER=broker:29092
|
2021-04-16 18:40:39 +02:00
|
|
|
|
|
|
|
# Configure the topics that are created by kafka-setup
|
2021-05-13 02:53:40 +02:00
|
|
|
# Make sure these names are consistent across the whole deployment
|
2021-04-16 18:40:39 +02:00
|
|
|
# METADATA_AUDIT_EVENT_NAME=MetadataAuditEvent_v4
|
|
|
|
# METADATA_CHANGE_EVENT_NAME=MetadataChangeEvent_v4
|
|
|
|
# FAILED_METADATA_CHANGE_EVENT_NAME=FailedMetadataChangeEvent_v4
|
2021-05-13 02:53:40 +02:00
|
|
|
# DATAHUB_USAGE_EVENT_NAME=DataHubUsageEvent_v1
|
2021-04-16 18:40:39 +02:00
|
|
|
# PARTITIONS=1
|
|
|
|
# REPLICATION_FACTOR=1
|
|
|
|
|
|
|
|
# Configure for an SSL-Connection to Kafka
|
|
|
|
# KAFKA_PROPERTIES_SECURITY_PROTOCOL=SSL
|
|
|
|
# KAFKA_PROPERTIES_SSL_KEYSTORE_LOCATION=
|
|
|
|
# KAFKA_PROPERTIES_SSL_KEYSTORE_PASSWORD=
|
|
|
|
# KAFKA_PROPERTIES_SSL_KEY_PASSWORD=
|
|
|
|
# KAFKA_PROPERTIES_SSL_TRUSTSTORE_LOCATION=
|
|
|
|
# KAFKA_PROPERTIES_SSL_TRUSTSTORE_PASSWORD=
|
|
|
|
# KAFKA_PROPERTIES_SSL_ENDPOINT_IDENTIFICATION_ALGORITHM=
|
2021-05-11 15:41:42 -07:00
|
|
|
|
|
|
|
# Uncomment to disable persistence of client-side analytics events
|
2021-05-13 02:53:40 +02:00
|
|
|
# DATAHUB_ANALYTICS_ENABLED=false
|