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

Apply minor visibility restriction

parent 4aec5dab
No related branches found
No related tags found
2 merge requests!86Zookeeper free workload generator,!84Gitlab CI for Theodolite-Kotlin-Quarkus
Pipeline #2015 passed with warnings
......@@ -4,14 +4,9 @@ package theodolite.commons.workloadgeneration;
* Configuration of a load generator cluster.
*/
public final class ClusterConfig {
/*
* public static final String BOOTSTRAP_SERVER_DEFAULT = "localhost:5701"; public static final int
* PORT_DEFAULT = 5701; public static final boolean PORT_AUTO_INCREMENT_DEFAULT = true; public
* static final String CLUSTER_NAME_PREFIX_DEFAULT = "theodolite-load-generation";
*/
public static final int PORT_DEFAULT = 5701;
public static final String CLUSTER_NAME_PREFIX_DEFAULT = "theodolite-load-generation";
private static final int PORT_DEFAULT = 5701;
private static final String CLUSTER_NAME_PREFIX_DEFAULT = "theodolite-load-generation";
private final String bootstrapServer;
private final String kubernetesDnsName;
......
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