baiyun 1 год назад
Родитель
Сommit
84c29c3d96

+ 2 - 2
ruoyi-common/ruoyi-common-message/src/main/java/org/dromara/common/message/kafka/constant/KafkaTopicConstants.java

@@ -14,8 +14,8 @@ public interface KafkaTopicConstants {
      * 旧系统数据同步主题
      */
     // TODO 2025-01-09 luoyibo 正式的为eventBus ,此处为测试主题
-    String OLD_SYNC_TOPIC = "old-kafka-jw";
-    // String OLD_SYNC_TOPIC = "eventBus";
+//    String OLD_SYNC_TOPIC = "old-kafka-jw";
+     String OLD_SYNC_TOPIC = "eventBus";
 
 
 }