Skip to content
Snippets Groups Projects
Commit d37ec932 authored by Sören Henning's avatar Sören Henning
Browse files

Fix typos

parent 8b80086c
No related branches found
No related tags found
No related merge requests found
Pipeline #377 failed
......@@ -11,9 +11,9 @@ public final class ConfigurationKeys {
public static final String KAFKA_OUTPUT_TOPIC = "kafka.output.topic";
public static final String AGGREGATION_DURATION_DAYS = "aggregtion.duration.days";
public static final String AGGREGATION_DURATION_DAYS = "aggregation.duration.days";
public static final String AGGREGATION_ADVANCE_DAYS = "aggregtion.advance.days";
public static final String AGGREGATION_ADVANCE_DAYS = "aggregation.advance.days";
public static final String NUM_THREADS = "num.threads";
......
kafka.bootstrap.servers=localhost:9092
kafka.input.topic=input
kafka.output.topic=output
aggregtion.duration.days=30
aggregtion.advance.days=1
aggregation.duration.days=30
aggregation.advance.days=1
num.threads=1
commit.interval.ms=10
cache.max.bytes.buffering=-1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment