-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I have a script topics.sh that looks like this:
kafka-topics.sh \
--bootstrap-server ${KAFKA_BROKER} \
--create --if-not-exists \
--topic ${ID}_data \
--replication-factor ${REPLICATION_FACTOR} \
--partitions ${PARTITION_COUNT}
kafka-topics.sh \
--bootstrap-server ${KAFKA_BROKER} \
--create --if-not-exists \
--topic ${ID}_alerts \
--replication-factor ${REPLICATION_FACTOR} \
--partitions ${PARTITION_COUNT}
# and around a dozen more...How do I feed the above script in a Docker compose project YAML file?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels