Skip to content
Snippets Groups Projects
Commit 1870a875 authored by Lorenz Boguhn's avatar Lorenz Boguhn
Browse files

Adapt hazelcast ConfigurationKeys to application.properties

parent 3d7c3072
No related branches found
No related tags found
1 merge request!275Refactor hazelcast jet benchmarks:
......@@ -18,18 +18,18 @@ public class ConfigurationKeys {
public static final String KAFKA_INPUT_TOPIC = "kafka.input.topic";
// Additional topics
public static final String KAFKA_OUTPUT_TOPIC = "KAFKA_OUTPUT_TOPIC";
public static final String KAFKA_OUTPUT_TOPIC = "kafka.output.topic";
// UC2
public static final String DOWNSAMPLE_INTERVAL = "DOWNSAMPLE_INTERVAL";
public static final String DOWNSAMPLE_INTERVAL = "kafka.window.duration.minutes";
// UC3
public static final String WINDOW_SIZE_IN_SECONDS = "WINDOW_SIZE_IN_SECONDS";
public static final String HOPPING_SIZE_IN_SECONDS = "HOPPING_SIZE_IN_SECONDS";
public static final String AGGREGATION_DURATION_DAYS = "aggregation.duration.days";
public static final String AGGREGATION_ADVANCE_DAYS = "aggregation.advance.days";
// UC4
public static final String KAFKA_CONFIGURATION_TOPIC = "KAFKA_CONFIGURATION_TOPIC";
public static final String KAFKA_FEEDBACK_TOPIC = "KAFKA_FEEDBACK_TOPIC";
public static final String WINDOW_SIZE_UC4 = "WINDOW_SIZE";
public static final String KAFKA_CONFIGURATION_TOPIC = "kafka.configuration.topic";
public static final String KAFKA_FEEDBACK_TOPIC = "kafka.feedback.topic";
public static final String WINDOW_SIZE_UC4 = "window.size";
}
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