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
8a4ad385
Commit
8a4ad385
authored
4 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Add documentation for Kafka client
parent
61239895
No related branches found
No related tags found
1 merge request
!14
Add documentation on how to start Kafka client
Pipeline
#505
passed with warnings
4 years ago
Stage: build
Stage: test
Stage: check
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
execution/README.md
+9
-1
9 additions, 1 deletion
execution/README.md
execution/infrastructure/kafka/kafka-client.yaml
+12
-0
12 additions, 0 deletions
execution/infrastructure/kafka/kafka-client.yaml
with
21 additions
and
1 deletion
execution/README.md
+
9
−
1
View file @
8a4ad385
...
...
@@ -95,7 +95,15 @@ kubectl apply -f infrastructure/kafka/service-monitor.yaml
##### Other options for Kafka
Other Kafka deployments, for example, using Strimzi, should work in similiar way.
Other Kafka deployments, for example, using Strimzi, should work in a similar way.
#### A Kafka Client Pod
A permanently running pod used for Kafka configuration is started via:
```
sh
kubectl apply
-f
infrastructure/kafka/kafka-client.yaml
```
#### The Kafka Lag Exporter
...
...
This diff is collapsed.
Click to expand it.
execution/infrastructure/kafka/kafka-client.yaml
0 → 100644
+
12
−
0
View file @
8a4ad385
apiVersion
:
v1
kind
:
Pod
metadata
:
name
:
kafka-client-2
spec
:
containers
:
-
name
:
kafka-client
image
:
confluentinc/cp-enterprise-kafka:5.4.0
command
:
-
sh
-
-c
-
"
exec
tail
-f
/dev/null"
\ No newline at end of file
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