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
86851112
Commit
86851112
authored
2 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Align smoketest with default configuration
parent
93cb21f2
No related branches found
No related tags found
No related merge requests found
Pipeline
#10157
passed
2 years ago
Stage: build
Stage: test
Stage: check
Stage: deploy
Stage: smoketest
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theodolite-benchmarks/docker-test/uc3-hazelcastjet/docker-compose.yml
+5
-7
5 additions, 7 deletions
...enchmarks/docker-test/uc3-hazelcastjet/docker-compose.yml
with
5 additions
and
7 deletions
theodolite-benchmarks/docker-test/uc3-hazelcastjet/docker-compose.yml
+
5
−
7
View file @
86851112
...
...
@@ -10,8 +10,8 @@ services:
image
:
wurstmeister/kafka
expose
:
-
"
9092"
#ports:
# - 19092:19092
#
ports:
#
- 19092:19092
environment
:
KAFKA_LISTENERS
:
PLAINTEXT://:9092,CONNECTIONS_FROM_HOST://:19092
KAFKA_ADVERTISED_LISTENERS
:
PLAINTEXT://kafka:9092,CONNECTIONS_FROM_HOST://localhost:19092
...
...
@@ -32,7 +32,7 @@ services:
restart
:
"
on-failure"
expose
:
-
"
8081"
#ports:
#
ports:
# - 8081:8081
environment
:
SCHEMA_REGISTRY_HOST_NAME
:
schema-registry
...
...
@@ -44,14 +44,12 @@ services:
-
kafka
expose
:
-
5701
#ports:
# - 5701:5701
#
ports:
#
- 5701:5701
environment
:
BOOTSTRAP_SERVER
:
benchmark:5701
KAFKA_BOOTSTRAP_SERVERS
:
kafka:9092
SCHEMA_REGISTRY_URL
:
http://schema-registry:8081
WINDOW_SIZE_IN_SECONDS
:
50
HOPPING_SIZE_IN_SECONDS
:
5
load-generator
:
image
:
ghcr.io/cau-se/theodolite-uc3-workload-generator:${THEODOLITE_TAG:-latest}
depends_on
:
...
...
This diff is collapsed.
Click to expand it.
Sören Henning
@she
mentioned in issue
#407 (closed)
·
2 years ago
mentioned in issue
#407 (closed)
mentioned in issue #407
Toggle commit list
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