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
!24
run UC as python implementation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
run UC as python implementation
stu202077/theodolite:feature/runUcPython
into
master
Overview
9
Commits
34
Pipelines
0
Changes
45
Closed
Björn Vonheiden
requested to merge
stu202077/theodolite:feature/runUcPython
into
master
4 years ago
Overview
5
Commits
34
Pipelines
0
Changes
45
Expand
Implements
#68 (closed)
,
#77 (closed)
Integrates
!19 (closed)
Edited
4 years ago
by
Björn Vonheiden
0
0
Merge request reports
Compare
master
version 12
d81e4226
4 years ago
version 11
e4a26bc8
4 years ago
version 10
d26a1c92
4 years ago
version 9
f842a32b
4 years ago
version 8
58352693
4 years ago
version 7
ed51b544
4 years ago
version 6
15a3e0f7
4 years ago
version 5
006f8065
4 years ago
version 4
2d5e01b1
4 years ago
version 3
a77ebcb4
4 years ago
version 2
fe22c5f8
4 years ago
version 1
9336e9dc
4 years ago
master (base)
and
latest version
latest version
36403d17
34 commits,
4 years ago
version 12
d81e4226
33 commits,
4 years ago
version 11
e4a26bc8
31 commits,
4 years ago
version 10
d26a1c92
29 commits,
4 years ago
version 9
f842a32b
28 commits,
4 years ago
version 8
58352693
27 commits,
4 years ago
version 7
ed51b544
24 commits,
4 years ago
version 6
15a3e0f7
19 commits,
4 years ago
version 5
006f8065
18 commits,
4 years ago
version 4
2d5e01b1
12 commits,
4 years ago
version 3
a77ebcb4
11 commits,
4 years ago
version 2
fe22c5f8
9 commits,
4 years ago
version 1
9336e9dc
8 commits,
4 years ago
45 files
+
1135
−
607
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
45
Search (e.g. *.vue) (Ctrl+P)
execution/uc
1
-application/aggregation-deployment.yaml
→
execution/uc-application/
base/
aggregation-deployment.yaml
+
6
−
6
Options
@@ -14,24 +14,24 @@ spec:
spec
:
terminationGracePeriodSeconds
:
0
containers
:
-
name
:
uc
1
-application
image
:
"
theodolite/theodolite-uc1-kstreams
-app:latest
"
-
name
:
uc-application
image
:
uc
-app:latest
ports
:
-
containerPort
:
5555
name
:
jmx
env
:
-
name
:
COMMIT_INTERVAL_MS
value
:
"
100"
-
name
:
KAFKA_BOOTSTRAP_SERVERS
value
:
"
my-confluent-cp-kafka:9092"
-
name
:
SCHEMA_REGISTRY_URL
value
:
"
http://my-confluent-cp-schema-registry:8081"
-
name
:
COMMIT_INTERVAL_MS
value
:
"
{{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}}"
memory
:
4Gi
cpu
:
1000m
-
name
:
prometheus-jmx-exporter
image
:
"
solsson/kafka-prometheus-jmx-exporter@sha256:6f82e2b0464f50da8104acd7363fb9b995001ddff77d248379f8788e78946143"
command
:
Loading