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
1
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
Viewing commit
e063f36b
Prev
Next
Show latest version
1 file
+
1
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
e063f36b
Fix EMIT_PERIOD_MS renaming
· e063f36b
Sören Henning
authored
2 years ago
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