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
!307
Align UC4 implementations among engines
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Align UC4 implementations among engines
align-uc4-among-engines
into
main
Overview
0
Commits
13
Pipelines
10
Changes
71
Merged
Sören Henning
requested to merge
align-uc4-among-engines
into
main
2 years ago
Overview
0
Commits
13
Pipelines
10
Changes
1
Expand
Depends on
!306 (merged)
0
0
Merge request reports
Compare
version 1
version 10
1e0811c3
2 years ago
version 9
7c6ca36e
2 years ago
version 8
a736074e
2 years ago
version 7
a736074e
2 years ago
version 6
a736074e
2 years ago
version 5
7abfdeb5
2 years ago
version 4
1082b292
2 years ago
version 3
a0c1a326
2 years ago
version 2
e063f36b
2 years ago
version 1
09cd27d8
2 years ago
main (base)
and
version 2
latest version
75441855
13 commits,
2 years ago
version 10
1e0811c3
12 commits,
2 years ago
version 9
7c6ca36e
11 commits,
2 years ago
version 8
a736074e
10 commits,
2 years ago
version 7
a736074e
13 commits,
2 years ago
version 6
a736074e
20 commits,
2 years ago
version 5
7abfdeb5
19 commits,
2 years ago
version 4
1082b292
18 commits,
2 years ago
version 3
a0c1a326
17 commits,
2 years ago
version 2
e063f36b
16 commits,
2 years ago
version 1
09cd27d8
15 commits,
2 years ago
Show latest version
1 file
+
1
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
theodolite-benchmarks/beam-commons/src/main/java/rocks/theodolite/benchmarks/commons/beam/ConfigurationKeys.java
+
1
−
2
Options
@@ -29,8 +29,7 @@ public final class ConfigurationKeys {
public
static
final
String
AGGREGATION_ADVANCE_DAYS
=
"aggregation.advance.days"
;
// UC4
public
static
final
String
EMIT_PERIOD_SECONDS
=
"kafka.window.duration.minutes"
;
// public static final String EMIT_PERIOD_MS = "emit.period.ms";
public
static
final
String
EMIT_PERIOD_MS
=
"emit.period.ms"
;
public
static
final
String
GRACE_PERIOD_MS
=
"grace.period.ms"
;
Loading