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
97c61e5d
Commit
97c61e5d
authored
4 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Apply minor visibility restriction
parent
4aec5dab
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!86
Zookeeper free workload generator
,
!84
Gitlab CI for Theodolite-Kotlin-Quarkus
Pipeline
#2015
passed with warnings
4 years ago
Stage: triggers
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
benchmarks/workload-generator-commons/src/main/java/theodolite/commons/workloadgeneration/ClusterConfig.java
+2
-7
2 additions, 7 deletions
.../theodolite/commons/workloadgeneration/ClusterConfig.java
with
2 additions
and
7 deletions
benchmarks/workload-generator-commons/src/main/java/theodolite/commons/workloadgeneration/ClusterConfig.java
+
2
−
7
View file @
97c61e5d
...
...
@@ -4,14 +4,9 @@ package theodolite.commons.workloadgeneration;
* Configuration of a load generator cluster.
*/
public
final
class
ClusterConfig
{
/*
* public static final String BOOTSTRAP_SERVER_DEFAULT = "localhost:5701"; public static final int
* PORT_DEFAULT = 5701; public static final boolean PORT_AUTO_INCREMENT_DEFAULT = true; public
* static final String CLUSTER_NAME_PREFIX_DEFAULT = "theodolite-load-generation";
*/
p
ublic
static
final
int
PORT_DEFAULT
=
5701
;
p
ublic
static
final
String
CLUSTER_NAME_PREFIX_DEFAULT
=
"theodolite-load-generation"
;
p
rivate
static
final
int
PORT_DEFAULT
=
5701
;
p
rivate
static
final
String
CLUSTER_NAME_PREFIX_DEFAULT
=
"theodolite-load-generation"
;
private
final
String
bootstrapServer
;
private
final
String
kubernetesDnsName
;
...
...
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