Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
d6b1789a
Commit
d6b1789a
authored
4 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Remove redundant services
parent
f49a8895
No related branches found
No related tags found
1 merge request
!90
Migrate Flink benchmark implementation
Pipeline
#2360
failed
4 years ago
Stage: build
Stage: test
Stage: check
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
theodolite-benchmarks/docker-test/uc1-flink-docker-compose/docker-compose.yml
+0
-60
0 additions, 60 deletions
...s/docker-test/uc1-flink-docker-compose/docker-compose.yml
with
0 additions
and
60 deletions
theodolite-benchmarks/docker-test/uc1-flink-docker-compose/docker-compose.yml
+
0
−
60
View file @
d6b1789a
version
:
'
2'
services
:
zookeeper
:
image
:
confluentinc/cp-zookeeper
expose
:
-
"
9092"
environment
:
ZOOKEEPER_CLIENT_PORT
:
2181
kafka
:
image
:
wurstmeister/kafka
expose
:
-
"
9092"
#ports:
# - 19092:19092
environment
:
KAFKA_LISTENERS
:
PLAINTEXT://:9092,CONNECTIONS_FROM_HOST://:19092
KAFKA_ADVERTISED_LISTENERS
:
PLAINTEXT://kafka:9092,CONNECTIONS_FROM_HOST://localhost:19092
KAFKA_LISTENER_SECURITY_PROTOCOL_MAP
:
PLAINTEXT:PLAINTEXT,CONNECTIONS_FROM_HOST:PLAINTEXT
KAFKA_ZOOKEEPER_CONNECT
:
zookeeper:2181
KAFKA_ZOOKEEPER_CONNECTION_TIMEOUT_MS
:
30000
KAFKA_CREATE_TOPICS
:
"
input:3:1,output:3:1,configuration:3:1,aggregation-feedback:3:1"
schema-registry
:
image
:
confluentinc/cp-schema-registry:5.3.1
depends_on
:
-
zookeeper
-
kafka
expose
:
-
"
8081"
#ports:
# - 8081:8081
environment
:
SCHEMA_REGISTRY_HOST_NAME
:
schema-registry
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL
:
'
zookeeper:2181'
uc-app
:
#image: theodolite/theodolite-uc1-kstreams-app:latest
image
:
uc1-flink
depends_on
:
-
schema-registry
-
kafka
environment
:
KAFKA_BOOTSTRAP_SERVERS
:
kafka:9092
SCHEMA_REGISTRY_URL
:
http://schema-registry:8081
uc-wg
:
image
:
ghcr.io/cau-se/theodolite-uc1-workload-generator:latest
depends_on
:
-
schema-registry
-
kafka
environment
:
BOOTSTRAP_SERVER
:
uc-wg:5701
PORT
:
5701
KAFKA_BOOTSTRAP_SERVERS
:
kafka:9092
SCHEMA_REGISTRY_URL
:
http://schema-registry:8081
NUM_SENSORS
:
10
version
:
'
2'
version
:
'
2'
services
:
services
:
zookeeper
:
zookeeper
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment