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

Remove not used keys in ConfigurationKeys

parent 039f458d
No related branches found
No related tags found
1 merge request!187Migrate Beam benchmark implementation
......@@ -7,8 +7,6 @@ public final class ConfigurationKeys {
// Common keys
public static final String APPLICATION_NAME = "application.name";
public static final String APPLICATION_VERSION = "application.version";
public static final String KAFKA_BOOTSTRAP_SERVERS = "kafka.bootstrap.servers";
public static final String SCHEMA_REGISTRY_URL = "schema.registry.url";
......@@ -31,8 +29,6 @@ public final class ConfigurationKeys {
public static final String AGGREGATION_ADVANCE_DAYS = "aggregation.advance.days";
// UC4
public static final String EMIT_PERIOD_MS = "emit.period.ms";
public static final String GRACE_PERIOD_MS = "grace.period.ms";
......@@ -46,8 +42,6 @@ public final class ConfigurationKeys {
public static final String TRIGGER_INTERVAL = "trigger.interval";
private ConfigurationKeys() {
}
......
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