Skip to content

Commit

Permalink
Added encoder topics to KAFKA_CREATE_TOPICS env var in `docker-compos…
Browse files Browse the repository at this point in the history
…e.yml`
  • Loading branch information
dmccoystephenson committed Jun 19, 2024
1 parent 363da80 commit 08c2ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
environment:
KAFKA_ADVERTISED_HOST_NAME: ${DOCKER_HOST_IP}
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
KAFKA_CREATE_TOPICS: "j2735asn1xer:1:1,j2735asn1per:1:1,topic.Asn1DecoderInput:1:1, topic.Asn1DecoderOutput:1:1"
KAFKA_CREATE_TOPICS: "j2735asn1xer:1:1,j2735asn1per:1:1,topic.Asn1DecoderInput:1:1,topic.Asn1DecoderOutput:1:1,topic.Asn1EncoderInput:1:1,topic.Asn1EncoderOutput:1:1"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
asn1_codec:
Expand Down

0 comments on commit 08c2ee0

Please sign in to comment.