mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-04 07:34:44 +00:00
11 lines
534 B
Bash
11 lines
534 B
Bash
SCHEMA_REGISTRY_HOST_NAME=schemaregistry
|
|
SCHEMA_REGISTRY_KAFKASTORE_SECURITY_PROTOCOL=PLAINTEXT
|
|
SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS=broker:29092
|
|
|
|
# Uncomment to customize the Schema Registry kafka store connection
|
|
# ZOOKEEPER_SASL_ENABLED=false
|
|
# KAFKA_OPTS=-Xms1g -Xmx1g
|
|
# SCHEMA_REGISTRY_JMX_OPTS=-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false
|
|
|
|
# Uncomment to use schema registry < v5.4.0
|
|
# SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL=zookeeper:2181 |