Appearance
DockerでApache Kafkaを構築
cf.
yaml
services:
kafka:
container_name: kafka
image: apache/kafka:4.1.1
ports:
- 9092:9092
volumes:
- ./volumes/kafka:/var/lib/kafka/opt/kafka/bin/kafka-topics.shがメインのスクリプトです。