mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-11 00:48:39 +00:00
19 lines
828 B
Bash
19 lines
828 B
Bash
MCE_CONSUMER_ENABLED=true
|
|
KAFKA_BOOTSTRAP_SERVER=broker:29092
|
|
KAFKA_SCHEMAREGISTRY_URL=http://schema-registry:8081
|
|
DATAHUB_GMS_HOST=datahub-gms
|
|
DATAHUB_GMS_PORT=8080
|
|
|
|
# Uncomment to configure kafka topic names
|
|
# Make sure these names are consistent across the whole deployment
|
|
# METADATA_CHANGE_PROPOSAL_TOPIC_NAME=MetadataChangeProposal_v1
|
|
# FAILED_METADATA_CHANGE_PROPOSAL_TOPIC_NAME=FailedMetadataChangeProposal_v1
|
|
# Deprecated!
|
|
# METADATA_CHANGE_EVENT_NAME=MetadataChangeEvent_v4
|
|
# FAILED_METADATA_CHANGE_EVENT_NAME=FailedMetadataChangeEvent_v4
|
|
|
|
# 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= |