Skip to content
Snippets Groups Projects
Commit 22135dfb authored by Lorenz Boguhn's avatar Lorenz Boguhn
Browse files

Update hazelcastjet uc1 docker-compose

parent ca1a78f5
No related branches found
No related tags found
1 merge request!208Add benchmark implementations for Hazelcast Jet
version: '2'
version: '2.2'
services:
zookeeper:
image: confluentinc/cp-zookeeper
......@@ -19,19 +19,24 @@ services:
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
KAFKA_ZOOKEEPER_CONNECTION_TIMEOUT_MS: 30000
KAFKA_AUTO_CREATE_TOPICS_ENABLE: "false"
KAFKA_CREATE_TOPICS: "input:3:1,output:3:1,configuration:3:1,aggregation-feedback:3:1"
KAFKA_CREATE_TOPICS: "input:3:1"
kcat:
image: edenhill/kcat:1.7.1
entrypoint: "sh"
tty: true
schema-registry:
image: confluentinc/cp-schema-registry:5.3.1
image: confluentinc/cp-schema-registry:7.0.1
depends_on:
- zookeeper
- kafka
restart: "on-failure"
expose:
- "8081"
#ports:
# - 8081:8081
environment:
SCHEMA_REGISTRY_HOST_NAME: schema-registry
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: 'zookeeper:2181'
SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: kafka:9092
benchmark:
image: uc1-hazelcastjet
depends_on:
......@@ -46,12 +51,12 @@ services:
KAFKA_BOOTSTRAP_SERVERS: kafka:9092
SCHEMA_REGISTRY_URL: http://schema-registry:8081
load-generator:
image: ghcr.io/cau-se/theodolite-uc1-workload-generator:latest
image: ghcr.io/cau-se/theodolite-uc1-workload-generator:${THEODOLITE_TAG:-latest}
depends_on:
- schema-registry
- kafka
environment:
BOOTSTRAP_SERVER: load-generator
BOOTSTRAP_SERVER: load-generator:5701
PORT: 5701
KAFKA_BOOTSTRAP_SERVERS: kafka:9092
SCHEMA_REGISTRY_URL: http://schema-registry:8081
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment