Sha256: b448259453eb56120f2462298521e551aa41f08b597e87070b2ff5ffd8502d49
Contents?: true
Size: 807 Bytes
Versions: 2
Compression:
Stored size: 807 Bytes
Contents
version: '2' services: zookeeper: image: wurstmeister/zookeeper ports: - '2181:2181' kafka: image: wurstmeister/kafka ports: - '9092:9092' environment: KAFKA_ADVERTISED_HOST_NAME: localhost KAFKA_ADVERTISED_PORT: 9092 KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181 KAFKA_AUTO_CREATE_TOPICS_ENABLE: 'true' KAFKA_CREATE_TOPICS: "integrations_0_02:2:1,\ integrations_1_02:2:1,\ integrations_2_02:2:1,\ integrations_0_03:3:1,\ integrations_1_03:3:1,\ integrations_2_03:3:1,\ integrations_0_10:10:1,\ integrations_1_10:10:1,\ benchmarks_0_01:1:1,\ benchmarks_0_05:5:1,\ benchmarks_0_10:10:1" volumes: - /var/run/docker.sock:/var/run/docker.sock
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
karafka-2.0.0.beta2 | docker-compose.yml |
karafka-2.0.0.beta1 | docker-compose.yml |