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
dd8fc25e
Commit
dd8fc25e
authored
4 years ago
by
Simon Ehrenstein
Browse files
Options
Downloads
Patches
Plain Diff
Add comment and removed unused code
parent
c7f4b710
No related branches found
No related tags found
1 merge request
!6
Add Distributed Workload Generator
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
settings.gradle
+1
-2
1 addition, 2 deletions
settings.gradle
workload-generator-common/src/main/java/common/generators/KafkaWorkloadGenerator.java
+1
-0
1 addition, 0 deletions
...c/main/java/common/generators/KafkaWorkloadGenerator.java
with
2 additions
and
2 deletions
settings.gradle
+
1
−
2
View file @
dd8fc25e
...
...
@@ -12,5 +12,4 @@ include 'uc3-application'
include
'uc4-workload-generator'
include
'uc4-application'
include
'workload-generator-common'
include
'test-workload-generator'
include
'workload-generator-common'
\ No newline at end of file
This diff is collapsed.
Click to expand it.
workload-generator-common/src/main/java/common/generators/KafkaWorkloadGenerator.java
+
1
−
0
View file @
dd8fc25e
...
...
@@ -19,6 +19,7 @@ public class KafkaWorkloadGenerator<T extends IMonitoringRecord> extends Workloa
/**
* Create a new workload generator.
*
* @param zooKeeper a reference to the ZooKeeper instance.
* @param keySpace the key space to generate the workload for.
* @param threads tha amount of threads to use per instance.
* @param period the period how often a message is generated for each key specified in the
...
...
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