2021-06-15 08:44:15 -07:00
|
|
|
MCE_CONSUMER_ENABLED=true
|
2020-08-06 16:38:53 -07:00
|
|
|
KAFKA_BOOTSTRAP_SERVER=broker:29092
|
|
|
|
KAFKA_SCHEMAREGISTRY_URL=http://schema-registry:8081
|
|
|
|
GMS_HOST=datahub-gms
|
|
|
|
GMS_PORT=8080
|
2021-02-25 23:26:23 +01:00
|
|
|
|
2021-05-13 02:53:40 +02:00
|
|
|
# Uncomment to configure kafka topic names
|
|
|
|
# Make sure these names are consistent across the whole deployment
|
|
|
|
# KAFKA_MCE_TOPIC_NAME=MetadataChangeEvent_v4
|
|
|
|
# KAFKA_FMCE_TOPIC_NAME=FailedMetadataChangeEvent_v4
|
|
|
|
|
2021-02-25 23:26:23 +01:00
|
|
|
# Uncomment and set these to support SSL connection to GMS
|
|
|
|
# NOTE: Currently GMS itself does not offer SSL support, these settings are intended for when there is a proxy in front
|
|
|
|
# of GMS that handles SSL, such as an EC2 Load Balancer.
|
|
|
|
#GMS_USE_SSL=true
|
|
|
|
#GMS_SSL_PROTOCOL=
|