Skip to content

Commit

Permalink
locally we should avoid auto create of topic to get quicker feedback …
Browse files Browse the repository at this point in the history
…loop
  • Loading branch information
jeanlouisboudart committed Aug 7, 2018
1 parent 1a534c4 commit 9cd057d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local/dependency/docker-compose.yml
Expand Up @@ -11,7 +11,7 @@ services:
environment:
- KAFKA_ADVERTISED_HOST_NAME=127.0.0.1
- ZOOKEEPER_IP=zookeeper
- KAFKA_AUTO_CREATE_TOPICS_ENABLE=true
- KAFKA_AUTO_CREATE_TOPICS_ENABLE=false
ports:
- "9092:9092"
elasticsearch:
Expand All @@ -24,4 +24,4 @@ services:
kibana:
image: docker.elastic.co/kibana/kibana:6.2.1
ports:
- "5601:5601"
- "5601:5601"

0 comments on commit 9cd057d

Please sign in to comment.