Skip to content

Commit

Permalink
fix JVM_OPTS for schema-registry
Browse files Browse the repository at this point in the history
  • Loading branch information
fhussonnois committed Oct 10, 2023
1 parent f1b8bd5 commit eece57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zk-kafka-single-node-full-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ services:
SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: PLAINTEXT://kafka101:29092
SCHEMA_REGISTRY_HOST_NAME: kafka-schema-registry
SCHEMA_REGISTRY_LISTENERS: http://0.0.0.0:8081
SCHEMA_REGISTRY_OPTS: ${SCHEMA_REGISTRY_HEAP_OPTS}
SCHEMA_REGISTRY_HEAP_OPTS: ${SCHEMA_REGISTRY_HEAP_OPTS}
depends_on:
- zk1
- kafka101
Expand Down

0 comments on commit eece57c

Please sign in to comment.