Skip to content

Commit

Permalink
docs(docker): Update schema-registry docker.env (#5231)
Browse files Browse the repository at this point in the history
  • Loading branch information
liyuhui666 authored Jun 29, 2022
1 parent 16c41b0 commit 518a6ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker/schema-registry/env/docker.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
SCHEMA_REGISTRY_HOST_NAME=schemaregistry
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL=zookeeper:2181

# Uncomment to customize the Schema Registry kafka store connection
# SCHEMA_REGISTRY_KAFKASTORE_SECURITY_PROTOCOL=PLAINTEXT
# SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS=broker:29092
# 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

0 comments on commit 518a6ab

Please sign in to comment.