|
|
@@ -4,10 +4,10 @@ import java.util.Arrays;
|
|
|
import java.util.List;
|
|
|
|
|
|
public class Config {
|
|
|
-// public static List<String> KAFKA_SERVERS = Arrays.asList("environment-40-147.seec.svc.cluster.local:9092");
|
|
|
-// public static String SERVER = "http://environment-40-143.seec.svc.cluster.local:8080";
|
|
|
- public static List<String> KAFKA_SERVERS = Arrays.asList("localhost:9092");
|
|
|
- public static String SERVER = "http://localhost:8080";
|
|
|
+ public static List<String> KAFKA_SERVERS = Arrays.asList("environment-40-147.seec.svc.cluster.local:9092");
|
|
|
+ public static String SERVER = "http://environment-40-143.seec.svc.cluster.local:8080";
|
|
|
+// public static List<String> KAFKA_SERVERS = Arrays.asList("localhost:9092");
|
|
|
+// public static String SERVER = "http://localhost:8080";
|
|
|
|
|
|
public enum Topic {
|
|
|
LOG_TRACKING_TOPIC("log-tracking");
|