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
Merge requests
!47
WIP: Fix uc4 kafka streams: Add missing shema registry url to properties.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
WIP: Fix uc4 kafka streams: Add missing shema registry url to properties.
stu203404/theodolite:fix-uc4-kafkaStreams
into
master
Overview
0
Commits
5
Pipelines
0
Changes
22
Closed
Lorenz Boguhn
requested to merge
stu203404/theodolite:fix-uc4-kafkaStreams
into
master
4 years ago
Overview
0
Commits
5
Pipelines
0
Changes
22
Expand
Added missing shema registry url to properties.
Edited
4 years ago
by
Lorenz Boguhn
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
5f3bc284
5 commits,
4 years ago
22 files
+
956
−
3
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
22
Search (e.g. *.vue) (Ctrl+P)
execution/uc4-application-teetime/aggregation-deployment.yaml
0 → 100644
+
54
−
0
Options
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
name
:
titan-ccp-aggregation
spec
:
selector
:
matchLabels
:
app
:
titan-ccp-aggregation
replicas
:
1
template
:
metadata
:
labels
:
app
:
titan-ccp-aggregation
spec
:
terminationGracePeriodSeconds
:
0
containers
:
-
name
:
uc4-application-teetime
image
:
"
lorenzboguhn/uc4-app-teetime:latest"
ports
:
-
containerPort
:
5555
name
:
jmx
env
:
-
name
:
KAFKA_BOOTSTRAP_SERVERS
value
:
"
my-confluent-cp-kafka:9092"
-
name
:
COMMIT_INTERVAL_MS
value
:
"
100"
#"{{KAFKA_STREAMS_COMMIT_INTERVAL_MS}}"
-
name
:
JAVA_OPTS
value
:
"
-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.port=5555"
#resources:
# limits:
#memory: "{{MEMORY_LIMIT}}"
#cpu: "{{CPU_LIMIT}}"
# - name: prometheus-jmx-exporter
# image: "solsson/kafka-prometheus-jmx-exporter@sha256:6f82e2b0464f50da8104acd7363fb9b995001ddff77d248379f8788e78946143"
# command:
# - java
# - -XX:+UnlockExperimentalVMOptions
# - -XX:+UseCGroupMemoryLimitForHeap
# - -XX:MaxRAMFraction=1
# - -XshowSettings:vm
# - -jar
# - jmx_prometheus_httpserver.jar
# - "5556"
# - /etc/jmx-aggregation/jmx-kafka-prometheus.yml
# ports:
# - containerPort: 5556
# volumeMounts:
# - name: jmx-config
# mountPath: /etc/jmx-aggregation
# volumes:
# - name: jmx-config
# configMap:
# name: aggregation-jmx-configmap
\ No newline at end of file
Loading