何知谦 4 jaren geleden
bovenliggende
commit
373fdbfcf0

+ 1 - 1
seecoder-logTracking-common/src/main/java/com/nju/edu/logTracking/kafka/Config.java

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