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
1c6f9ed1
Commit
1c6f9ed1
authored
3 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Fix kafkaConfig docs
parent
15411119
No related branches found
No related tags found
No related merge requests found
Pipeline
#6251
passed
3 years ago
Stage: build
Stage: test
Stage: check
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/creating-a-benchmark.md
+6
-8
6 additions, 8 deletions
docs/creating-a-benchmark.md
with
6 additions
and
8 deletions
docs/creating-a-benchmark.md
+
6
−
8
View file @
1c6f9ed1
...
@@ -115,15 +115,13 @@ If a benchmark is [executed by an Execution](running-benchmarks), these patchers
...
@@ -115,15 +115,13 @@ If a benchmark is [executed by an Execution](running-benchmarks), these patchers
## Kafka Configuration
## Kafka Configuration
Theodolite allows to automatically create and remove Kafka topics for each SLO experiment.
Theodolite allows to automatically create and remove Kafka topics for each SLO experiment
by setting a
`kafkaConfig`
.
Use the
`removeOnly: True`
property for topics which are created automatically by the SUT
.
It
`bootstrapServer`
needs to point your Kafka cluster and
`topics`
configures the list of Kafka topics to be created/removed
.
For
those
topic
s
,
also wildcards are allowed in the topic name
.
For
each
topic,
you configure its name, the number of partitions and the replication factor
.
If no Kafka topics should be created, simply set:
With the
`removeOnly: True`
property, you can also instruct Theodolite to only remove topics and not create them.
This is useful when benchmarking SUTs, which create topics on their own (e.g., Kafka Streams and Samza applications).
```
yaml
For those topics, also wildcards are allowed in the topic name and, of course, no partition count or replication factor must be provided.
kafkaConfig
:
[]
```
<!-- Further information: API Reference -->
<!-- Further information: API Reference -->
...
...
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