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

Extend use case hazelcast ConfigurationKeys

parent 93309ba8
Branches
Tags
1 merge request!275Refactor hazelcast jet benchmarks:
......@@ -5,15 +5,17 @@ package rocks.theodolite.benchmarks.commons.hazelcastjet;
*/
public class ConfigurationKeys {
public static final String APPLICATION_NAME = "application.name";
// Common Keys
public static final String BOOTSTRAP_SERVER = "BOOTSTRAP_SERVER";
public static final String KUBERNETES_DNS_NAME = "KUBERNETES_DNS_NAME";
public static final String PORT = "PORT";
public static final String PORT_AUTO_INCREMENT = "PORT_AUTO_INCREMENT";
public static final String CLUSTER_NAME_PREFIX = "CLUSTER_NAME_PREFIX";
public static final String KAFKA_BOOTSTRAP_SERVERS = "KAFKA_BOOTSTRAP_SERVERS";
public static final String SCHEMA_REGISTRY_URL = "SCHEMA_REGISTRY_URL";
public static final String KAFKA_INPUT_TOPIC = "KAFKA_INPUT_TOPIC";
public static final String KAFKA_BOOTSTRAP_SERVERS = "kafka.bootstrap.servers";
public static final String SCHEMA_REGISTRY_URL = "schema.registry.url";
public static final String KAFKA_INPUT_TOPIC = "kafka.input.topic";
// Additional topics
public static final String KAFKA_OUTPUT_TOPIC = "KAFKA_OUTPUT_TOPIC";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment