WANG hace 5 años
padre
commit
f12fce8497

+ 1 - 1
src/main/java/cn/com/qmth/examcloud/reports/commons/util/ReportsUtil.java

@@ -29,7 +29,7 @@ public class ReportsUtil {
 
 	private static KafkaProducer<String, String> kafkaProducer;
 
-	private static String mqType = PropertyHolder.getString("$report.mq-type", "rocketmq");
+	private static String mqType = PropertyHolder.getString("$report.mq-type", "kafka");
 
 	private static Boolean reportEnable = PropertyHolder.getBoolean("$report.enable", false);