Skip to content

Commit

Permalink
Merge pull request #389 from DataDog/jamie/kafka-calls
Browse files Browse the repository at this point in the history
jamie/kafka calls
  • Loading branch information
jamiealquiza authored Jan 31, 2022
2 parents b397c07 + 5cdceb0 commit 1877b35
Show file tree
Hide file tree
Showing 7 changed files with 467 additions and 231 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,17 @@ services:
ports:
- "2181:2181"
kafka:
image: wurstmeister/kafka:${KAFKA_VERSION:-2.12-2.2.2}
image: wurstmeister/kafka:${KAFKA_VERSION:-2.13-2.8.1}
ports:
- "9092"
- "9093"
depends_on:
- ssl_setup
- zookeeper
environment:
KAFKA_LISTENERS: SASL_SSL://:9093
HOSTNAME_COMMAND: hostname
KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://_{HOSTNAME_COMMAND}:9092,SASL_SSL://_{HOSTNAME_COMMAND}:9093
KAFKA_LISTENERS: PLAINTEXT://:9092,SASL_SSL://:9093
KAFKA_PORT: 9093
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
KAFKA_CREATE_TOPICS: "test1:1:3,test2:2:2"
Expand Down
Loading

0 comments on commit 1877b35

Please sign in to comment.