|
@@ -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);
|
|
|
|