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
e063f36b
Commit
e063f36b
authored
2 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Fix EMIT_PERIOD_MS renaming
parent
09cd27d8
No related branches found
No related tags found
1 merge request
!307
Align UC4 implementations among engines
Pipeline
#10178
failed
2 years ago
Stage: build
Stage: test
Stage: check
Stage: smoketest
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theodolite-benchmarks/beam-commons/src/main/java/rocks/theodolite/benchmarks/commons/beam/ConfigurationKeys.java
+1
-2
1 addition, 2 deletions
...theodolite/benchmarks/commons/beam/ConfigurationKeys.java
with
1 addition
and
2 deletions
theodolite-benchmarks/beam-commons/src/main/java/rocks/theodolite/benchmarks/commons/beam/ConfigurationKeys.java
+
1
−
2
View file @
e063f36b
...
...
@@ -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"
;
...
...
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